From 5e13aa8ff416e747f6813f37d97ed0e69731fa32 Mon Sep 17 00:00:00 2001 From: Lee Jarvis Date: Mon, 21 Feb 2011 14:57:18 +0100 Subject: [PATCH] revert false positive spelling correction see discussion: https://github.com/sinatra/sinatra/commit/73e137dfbab84d1ed0cd62a65bc04ffd3f4bfae2#commitcomment-278274 Signed-off-by: Konstantin Haase --- README.rdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rdoc b/README.rdoc index 2b8666a1..87bc549c 100644 --- a/README.rdoc +++ b/README.rdoc @@ -823,7 +823,7 @@ With headers: === Passing -A route can put processing to the next matching route using pass: +A route can punt processing to the next matching route using pass: get '/guess/:who' do pass unless params[:who] == 'Frank'