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 {