From 831272e8b15c8858656e23ed6065f8202b149851 Mon Sep 17 00:00:00 2001 From: Taichi Sasaki Date: Sat, 25 Jul 2015 08:49:16 +0900 Subject: [PATCH] Fix a typo --- web/web.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/web.go b/web/web.go index 91bbedc..21f6fcc 100644 --- a/web/web.go +++ b/web/web.go @@ -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