aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Shaw <chickencha@gmail.com>2011-05-21 07:38:01 +1000
committerRob Pike <r@golang.org>2011-05-21 07:38:01 +1000
commit3230fd1469faa93fc3414ec7ee7cbc809daccd8f (patch)
treeda512104a4b1921b4cd1a6ef440faef0fb57351d
parentbf73ca88a67eb0abc4ce711f261d093466021025 (diff)
downloadgo-3230fd1469faa93fc3414ec7ee7cbc809daccd8f.tar.gz
go-3230fd1469faa93fc3414ec7ee7cbc809daccd8f.zip
fmt: scanning doc fix
R=r CC=golang-dev https://golang.org/cl/4539073
-rw-r--r--src/pkg/fmt/doc.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/pkg/fmt/doc.go b/src/pkg/fmt/doc.go
index 56036325c6..08609ca64b 100644
--- a/src/pkg/fmt/doc.go
+++ b/src/pkg/fmt/doc.go
@@ -134,10 +134,10 @@
The formats behave analogously to those of Printf with the
following exceptions:
- %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
- %s and %v on strings scan a space-delimited token
+ %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
+ %s and %v on strings scan a space-delimited token
The familiar base-setting prefixes 0 (octal) and 0x
(hexadecimal) are accepted when scanning integers without a