diff --git a/example/main.go b/example/main.go index 8d6b634..9ea2b0f 100644 --- a/example/main.go +++ b/example/main.go @@ -131,7 +131,7 @@ func GetUser(c web.C, w http.ResponseWriter, r *http.Request) { } } -// GetGreet finds a particular greet by ID (GET "/greet/\d+"). Does no bounds +// GetGreet finds a particular greet by ID (GET "/greets/\d+"). Does no bounds // checking, so will probably panic. func GetGreet(c web.C, w http.ResponseWriter, r *http.Request) { id, err := strconv.Atoi(c.URLParams["id"])