From: Evan Shaw Date: Fri, 20 May 2011 21:38:01 +0000 (+1000) Subject: fmt: scanning doc fix X-Git-Tag: weekly.2011-05-22~11 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=3230fd1469faa93fc3414ec7ee7cbc809daccd8f;p=gostls13.git fmt: scanning doc fix R=r CC=golang-dev https://golang.org/cl/4539073 --- 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