From: Rui Ueyama Date: Fri, 11 Apr 2014 04:14:51 +0000 (-0700) Subject: fmt: fix typo in help doc X-Git-Tag: go1.3beta1~117 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=62bda120efd143b0dc9aaeccab898836ae44e0cf;p=gostls13.git fmt: fix typo in help doc LGTM=bradfitz R=golang-codereviews, bradfitz CC=golang-codereviews https://golang.org/cl/86600045 --- diff --git a/src/pkg/fmt/doc.go b/src/pkg/fmt/doc.go index 2ec5ef99aa..6f5d244f8a 100644 --- a/src/pkg/fmt/doc.go +++ b/src/pkg/fmt/doc.go @@ -115,7 +115,7 @@ fmt.Printf("%v\n", i) will print 23. - Except when printed using the the verbs %T and %p, special + Except when printed using the verbs %T and %p, special formatting considerations apply for operands that implement certain interfaces. In order of application: