summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/fmt/doc.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fmt/doc.go b/src/fmt/doc.go
index a8fc4e0c74..f8e4766a65 100644
--- a/src/fmt/doc.go
+++ b/src/fmt/doc.go
@@ -64,7 +64,7 @@
laid out like this:
struct: {field0 field1 ...}
array, slice: [elem0 elem1 ...]
- maps: map[key1:value1 key2:value2]
+ maps: map[key1:value1 key2:value2 ...]
pointer to above: &{}, &[], &map[]
Width is specified by an optional decimal number immediately preceding the verb.