Commit 62bda120 authored by Rui Ueyama's avatar Rui Ueyama Committed by Brad Fitzpatrick

fmt: fix typo in help doc

LGTM=bradfitz
R=golang-codereviews, bradfitz
CC=golang-codereviews
https://golang.org/cl/86600045
parent 74c6b841
...@@ -115,7 +115,7 @@ ...@@ -115,7 +115,7 @@
fmt.Printf("%v\n", i) fmt.Printf("%v\n", i)
will print 23. 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 formatting considerations apply for operands that implement
certain interfaces. In order of application: certain interfaces. In order of application:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment