]> Cypherpunks repositories - gostls13.git/commitdiff
fmt: fix documentation format glitch. no content to change.
authorRob Pike <r@golang.org>
Tue, 30 Nov 2010 22:28:33 +0000 (14:28 -0800)
committerRob Pike <r@golang.org>
Tue, 30 Nov 2010 22:28:33 +0000 (14:28 -0800)
Fixes #1313.

R=gri
CC=golang-dev
https://golang.org/cl/3361041

src/pkg/fmt/doc.go

index a026a5e1973db0bad3218ddedd4dd2633fbacc2c..15aae50e3d6ae0a87a8b520be3b90259720449b3 100644 (file)
 
        %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