Skip to content

Commit

Permalink
language/display: fix Tag method comment
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
kevinms authored and gopherbot committed May 9, 2022
1 parent ea49e3e commit b4bca84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion language/display/display.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ func Script(script interface{}) Formatter {
return Formatter{scriptFunc, script}
}

// Script returns a Formatter that renders the name for tag in the current
// Tag returns a Formatter that renders the name for tag in the current
// language. tag may be a language.Tag.
// It renders tag in the default language if no translation for the current
// language is supported.
Expand Down

0 comments on commit b4bca84

Please sign in to comment.