Skip to content

Commit a956a03

Browse files
committed
Improved comment
Signed-off-by: Vishal Rana <[email protected]>
1 parent 67b1dfe commit a956a03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

router.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ func (r *router) Find(method, path string, ctx *Context) (h HandlerFunc, echo *E
247247
goto Up
248248
}
249249

250-
// Check for catch-all with empty string
250+
// Catch-all with empty value
251251
if len(search) == 0 {
252252
goto CatchAll
253253
}

0 commit comments

Comments
 (0)