go/src/fmt
Brad Fitzpatrick 7534a72ea8 fmt: fix typo
Fixes #17955

Change-Id: Ia1a04796353c83358a38a6b63f2a0cd3c6926f09
Reviewed-on: https://go-review.googlesource.com/33338
Reviewed-by: Rob Pike <r@golang.org>
2016-11-17 15:29:40 +00:00
..
doc.go fmt: document that unexported struct fields don't get the String/Error treatment 2016-10-26 13:56:45 +00:00
export_test.go fmt: add tests for parsenum 2016-10-04 21:00:35 +00:00
fmt_test.go fmt: always handle special methods if print operand is a reflect.Value 2016-10-18 10:50:26 +00:00
format.go fmt: fix typo 2016-11-17 15:29:40 +00:00
print.go fmt: always handle special methods if print operand is a reflect.Value 2016-10-18 10:50:26 +00:00
scan.go fmt: document and adjust Scanf space handling to eliminate a few paradoxes 2016-10-07 03:46:50 +00:00
scan_test.go fmt: document and adjust Scanf space handling to eliminate a few paradoxes 2016-10-07 03:46:50 +00:00
stringer_test.go