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 <[email protected]> Reviewed-by: Marcel van Lohuizen <[email protected]> Run-TryBot: Ian Lance Taylor <[email protected]> Auto-Submit: Ian Lance Taylor <[email protected]> Run-TryBot: Marcel van Lohuizen <[email protected]> Reviewed-by: Carlos Amedee <[email protected]> TryBot-Result: Gopher Robot <[email protected]>
1 parent ea49e3e commit b4bca84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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)