Skip to content

Commit b4bca84

Browse files
kevinmsgopherbot
authored andcommitted
language/display: fix Tag method comment
Minor fix to comment. Change-Id: I181de709f02faf433e97f38208039bf789e6b71d GitHub-Last-Rev: fd7f650 GitHub-Pull-Request: #19 Reviewed-on: https://go-review.googlesource.com/c/text/+/293469 Reviewed-by: Ian Lance Taylor <iant@google.com> Reviewed-by: Marcel van Lohuizen <mpvl@golang.org> Run-TryBot: Ian Lance Taylor <iant@google.com> Auto-Submit: Ian Lance Taylor <iant@google.com> Run-TryBot: Marcel van Lohuizen <mpvl@golang.org> Reviewed-by: Carlos Amedee <carlos@golang.org> TryBot-Result: Gopher Robot <gobot@golang.org>
1 parent ea49e3e commit b4bca84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

language/display/display.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ func Script(script interface{}) Formatter {
8585
return Formatter{scriptFunc, script}
8686
}
8787

88-
// Script returns a Formatter that renders the name for tag in the current
88+
// Tag returns a Formatter that renders the name for tag in the current
8989
// language. tag may be a language.Tag.
9090
// It renders tag in the default language if no translation for the current
9191
// language is supported.

0 commit comments

Comments
 (0)