diff options
Diffstat (limited to 'src/path/filepath')
| -rw-r--r-- | src/path/filepath/match_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/path/filepath/match_test.go b/src/path/filepath/match_test.go index 1d91c274c7..b8657626bc 100644 --- a/src/path/filepath/match_test.go +++ b/src/path/filepath/match_test.go @@ -106,7 +106,7 @@ func TestMatch(t *testing.T) { } } -// contains returns true if vector contains the string s. +// contains reports whether vector contains the string s. func contains(vector []string, s string) bool { for _, elem := range vector { if elem == s { |
