Roger Peppe пре 8 година
родитељ
комит
1f1f61830e
1 измењених фајлова са 2 додато и 3 уклоњено
  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 {