Skip to content

Commit

Permalink
Improved comment
Browse files Browse the repository at this point in the history
Signed-off-by: Vishal Rana <vr@labstack.com>
  • Loading branch information
vishr committed Apr 26, 2015
1 parent 67b1dfe commit a956a03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion router.go
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ func (r *router) Find(method, path string, ctx *Context) (h HandlerFunc, echo *E
goto Up
}

// Check for catch-all with empty string
// Catch-all with empty value
if len(search) == 0 {
goto CatchAll
}
Expand Down

0 comments on commit a956a03

Please sign in to comment.