From 62bda120efd143b0dc9aaeccab898836ae44e0cf Mon Sep 17 00:00:00 2001 From: Rui Ueyama Date: Thu, 10 Apr 2014 21:14:51 -0700 Subject: [PATCH] fmt: fix typo in help doc LGTM=bradfitz R=golang-codereviews, bradfitz CC=golang-codereviews https://golang.org/cl/86600045 --- src/pkg/fmt/doc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.50.0