Fix a couple typos
This commit is contained in:
2
third_party/golang/expansion/expand.go
vendored
2
third_party/golang/expansion/expand.go
vendored
@@ -10,7 +10,7 @@ const (
|
||||
referenceCloser = ')'
|
||||
)
|
||||
|
||||
// syntaxWrap returns the input string wrapped the expansion syntax.
|
||||
// syntaxWrap returns the input string wrapped by the expansion syntax.
|
||||
func syntaxWrap(input string) string {
|
||||
return string(operator) + string(referenceOpener) + input + string(referenceCloser)
|
||||
}
|
||||
|
Reference in New Issue
Block a user