Skip to content

Commit

Permalink
remove repetitive word in comment
Browse files Browse the repository at this point in the history
Signed-off-by: crazehang <zhangrenzhong@outlook.com>
  • Loading branch information
crazehang committed Apr 3, 2024
1 parent 7d9a6f7 commit 29eaba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mux.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ func copyRouteRegexp(r *routeRegexp) *routeRegexp {
// Match attempts to match the given request against the router's registered routes.
//
// If the request matches a route of this router or one of its subrouters the Route,
// Handler, and Vars fields of the the match argument are filled and this function
// Handler, and Vars fields of the match argument are filled and this function
// returns true.
//
// If the request does not match any of this router's or its subrouters' routes
Expand Down

0 comments on commit 29eaba8

Please sign in to comment.