From: Rob Pike Date: Tue, 30 Nov 2010 22:28:33 +0000 (-0800) Subject: fmt: fix documentation format glitch. no content to change. X-Git-Tag: weekly.2010-12-02~16 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=fdeda13f9ebb49d14b9b727a4c2013669d81ac90;p=gostls13.git fmt: fix documentation format glitch. no content to change. Fixes #1313. R=gri CC=golang-dev https://golang.org/cl/3361041 --- diff --git a/src/pkg/fmt/doc.go b/src/pkg/fmt/doc.go index a026a5e197..15aae50e3d 100644 --- a/src/pkg/fmt/doc.go +++ b/src/pkg/fmt/doc.go @@ -126,8 +126,7 @@ %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