]> Cypherpunks.ru repositories - gostls13.git/commitdiff
fmt: fix one-letter typo in doc.go
authorRob Pike <r@golang.org>
Wed, 29 Oct 2014 13:53:05 +0000 (06:53 -0700)
committerRob Pike <r@golang.org>
Wed, 29 Oct 2014 13:53:05 +0000 (06:53 -0700)
Stupid mistake in previous CL.

TBR=rsc
R=rsc
CC=golang-codereviews
https://golang.org/cl/166880043

src/fmt/doc.go

index 28387f5d4ba57e93f33eaf07e8827d98eda7ed5d..ee54463e275bd43d6f7542e8455b6f5eed29f2c4 100644 (file)
@@ -39,7 +39,7 @@
                %f      decimal point but no exponent, e.g. 123.456
                %F      synonym for %f
                %g      %e for large exponents, %f otherwise
-               %G      %E for large exponents, %G otherwise
+               %G      %E for large exponents, %F otherwise
        String and slice of bytes:
                %s      the uninterpreted bytes of the string or slice
                %q      a double-quoted string safely escaped with Go syntax