@@ -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 {