]> Cypherpunks repositories - gostls13.git/commitdiff
fmt: fix typo in help doc
authorRui Ueyama <ruiu@google.com>
Fri, 11 Apr 2014 04:14:51 +0000 (21:14 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Fri, 11 Apr 2014 04:14:51 +0000 (21:14 -0700)
LGTM=bradfitz
R=golang-codereviews, bradfitz
CC=golang-codereviews
https://golang.org/cl/86600045

src/pkg/fmt/doc.go

index 2ec5ef99aa7eafc23ff55e78606797aed30db874..6f5d244f8a7d13e267eecefddb6ee14e176d501a 100644 (file)
                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: