Browse Source

Update README.md

Roger Peppe 8 years ago
parent
commit
1f1f61830e
1 changed files with 2 additions and 3 deletions
  1. 2 3
      README.md

+ 2 - 3
README.md

@@ -65,9 +65,8 @@ b:
   d: [3, 4]
 `
 
-// Note: struct fields must be public
-// in order for unmarshal to correctly
-// populate the data.
+// Note: struct fields must be public in order for unmarshal to
+// correctly populate the data.
 type T struct {
         A string
         B struct {