Skip to content

Commit

Permalink
Fixed a typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobsa committed Feb 11, 2015
1 parent 4fc24f9 commit 114265d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion matches_regexp.go
Expand Up @@ -23,7 +23,7 @@ import (
)

// MatchesRegexp returns a matcher that matches strings and byte slices whose
// contents match the supplide regular expression. The semantics are those of
// contents match the supplied regular expression. The semantics are those of
// regexp.Match. In particular, that means the match is not implicitly anchored
// to the ends of the string: MatchesRegexp("bar") will match "foo bar baz".
func MatchesRegexp(pattern string) Matcher {
Expand Down

0 comments on commit 114265d

Please sign in to comment.