aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Pike <r@golang.org>2010-11-30 14:28:33 -0800
committerRob Pike <r@golang.org>2010-11-30 14:28:33 -0800
commitfdeda13f9ebb49d14b9b727a4c2013669d81ac90 (patch)
treeb7ad8057fb3e023b09bf579e64b599f54cfbea9e
parent3cb4bdb9ce7135a107ab35e64b39dab9f22acfa1 (diff)
downloadgo-fdeda13f9ebb49d14b9b727a4c2013669d81ac90.tar.gz
go-fdeda13f9ebb49d14b9b727a4c2013669d81ac90.zip
fmt: fix documentation format glitch. no content to change.
Fixes #1313. R=gri CC=golang-dev https://golang.org/cl/3361041
-rw-r--r--src/pkg/fmt/doc.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/pkg/fmt/doc.go b/src/pkg/fmt/doc.go
index a026a5e197..15aae50e3d 100644
--- a/src/pkg/fmt/doc.go
+++ b/src/pkg/fmt/doc.go
@@ -126,8 +126,7 @@
%p is not implemented
%T is not implemented
- %e %E %f %F %g %g are all equivalent and scan any floating
- point or complex value
+ %e %E %f %F %g %g are all equivalent and scan any floating point or complex value
%s and %v on strings scan a space-delimited token
Width is interpreted in the input text (%5s means at most