Browse Source

Merge pull request #76 from robx/patch-1

Balance parentheses.
Gustavo Niemeyer 11 years ago
parent
commit
a1c4bcb6c2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      yaml.go

+ 1 - 1
yaml.go

@@ -117,7 +117,7 @@ func Unmarshal(in []byte, out interface{}) (err error) {
 //                  Does not apply to zero valued structs.
 //                  Does not apply to zero valued structs.
 //
 //
 //     flow         Marshal using a flow style (useful for structs,
 //     flow         Marshal using a flow style (useful for structs,
-//                  sequences and maps.
+//                  sequences and maps).
 //
 //
 //     inline       Inline the field, which must be a struct or a map,
 //     inline       Inline the field, which must be a struct or a map,
 //                  causing all of its fields or keys to be processed as if
 //                  causing all of its fields or keys to be processed as if