From fdeda13f9ebb49d14b9b727a4c2013669d81ac90 Mon Sep 17 00:00:00 2001 From: Rob Pike Date: Tue, 30 Nov 2010 14:28:33 -0800 Subject: [PATCH] fmt: fix documentation format glitch. no content to change. Fixes #1313. R=gri CC=golang-dev https://golang.org/cl/3361041 --- src/pkg/fmt/doc.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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