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'