diff --git a/src/fmt/doc.go b/src/fmt/doc.go index 2f2ee24207..fefc10c19d 100644 --- a/src/fmt/doc.go +++ b/src/fmt/doc.go @@ -62,7 +62,7 @@ For compound objects, the elements are printed using these rules, recursively, laid out like this: struct: {field0 field1 ...} - array, slice: [elem0 elem1 ...] + array, slice: [elem0 elem1 ...] maps: map[key1:value1 key2:value2] pointer to above: &{}, &[], &map[]