Browse Source

Fix a typo

Taichi Sasaki 11 years ago
parent
commit
831272e8b1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      web/web.go

+ 1
- 1
web/web.go View File

@ -63,7 +63,7 @@ accepted:
- types that implement Pattern
- string, which is interpreted as a Sinatra-like URL pattern. In
particular, the following syntax is recognized:
- a path segment starting with with a colon will match any
- a path segment starting with a colon will match any
string placed at that position. e.g., "/:name" will match
"/carl", binding "name" to "carl".
- a pattern ending with "/*" will match any route with that


Loading…
Cancel
Save