mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
pkg: adjust "the a" in comments
R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/5476055
This commit is contained in:
parent
0244bae672
commit
7ab25a441c
2 changed files with 2 additions and 2 deletions
|
|
@ -75,7 +75,7 @@ func Short() bool {
|
|||
return *short
|
||||
}
|
||||
|
||||
// decorate inserts the a final newline if needed and indentation tabs for formatting.
|
||||
// decorate inserts the final newline if needed and indentation tabs for formatting.
|
||||
// If addFileLine is true, it also prefixes the string with the file and line of the call site.
|
||||
func decorate(s string, addFileLine bool) string {
|
||||
if addFileLine {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue