Skip to content

Commit

Permalink
docs: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
maxatome authored Aug 17, 2023
1 parent 8b32cd6 commit 39ed85b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion match.go
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ func (mf MatcherFunc) Check(req *http.Request) bool {
}

// Or combines mf and all mfs in a new [MatcherFunc]. This new
// [MatcherFunc] succeeds if one of mf or mfs succeeds. Note that as a
// [MatcherFunc] succeeds if one of mf or mfs succeeds. Note that as
// a nil [MatcherFunc] is considered succeeding, if mf or one of mfs
// items is nil, nil is returned.
func (mf MatcherFunc) Or(mfs ...MatcherFunc) MatcherFunc {
Expand Down

0 comments on commit 39ed85b

Please sign in to comment.