Browse Source

Trivial change.

Gustavo Niemeyer 12 years ago
parent
commit
125a562d7b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      yaml.go

+ 1 - 1
yaml.go

@@ -148,7 +148,7 @@ func Marshal(in interface{}) (out []byte, err error) {
 // --------------------------------------------------------------------------
 // Maintain a mapping of keys to structure field indexes
 
-// The code in this section was copied from gobson.
+// The code in this section was copied from mgo/bson.
 
 // structInfo holds details for the serialization of fields of
 // a given struct.