Commit febbf82e authored by Rob Pike's avatar Rob Pike

fix some bad spaces

OCL=13363
CL=13363
parent 220edc48
......@@ -705,7 +705,7 @@ if a specified size is less than the number of elements in the expression list.
Map literals are similar except the elements of the expression list are
key-value pairs separated by a colon:
m := map[string]int("good":0, "bad":1, "indifferent": 7)
m := map[string]int("good":0, "bad":1, "indifferent":7)
TODO: helper syntax for nested arrays etc? (avoids repeating types but
complicates the spec needlessly.)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment