revert false positive spelling correction

see discussion: 73e137dfba (commitcomment-278274)

Signed-off-by: Konstantin Haase <konstantin.mailinglists@googlemail.com>
This commit is contained in:
Lee Jarvis 2011-02-21 14:57:18 +01:00 committed by Konstantin Haase
parent 100baaba2e
commit 5e13aa8ff4
1 changed files with 1 additions and 1 deletions

View File

@ -823,7 +823,7 @@ With headers:
=== Passing
A route can put processing to the next matching route using <tt>pass</tt>:
A route can punt processing to the next matching route using <tt>pass</tt>:
get '/guess/:who' do
pass unless params[:who] == 'Frank'