]> Cypherpunks repositories - gostls13.git/commitdiff
fmt: scanning doc fix
authorEvan Shaw <chickencha@gmail.com>
Fri, 20 May 2011 21:38:01 +0000 (07:38 +1000)
committerRob Pike <r@golang.org>
Fri, 20 May 2011 21:38:01 +0000 (07:38 +1000)
R=r
CC=golang-dev
https://golang.org/cl/4539073

src/pkg/fmt/doc.go

index 56036325c62ec85123841907dad561193a2b6b55..08609ca64b6dcb6d8c847ddd4840dd1f53f74f1c 100644 (file)
        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