Small doc fix re. after filter

This commit is contained in:
Simon Rozet 2009-12-19 22:03:37 +01:00
parent fbbd822752
commit 63fd77348d
1 changed files with 1 additions and 1 deletions

View File

@ -383,7 +383,7 @@ code is 404, the <tt>not_found</tt> handler is invoked:
=== Error
The +error+ handler is invoked any time an exception is raised from a route
block or before filter. The exception object can be obtained from the
block or a filter. The exception object can be obtained from the
<tt>sinatra.error</tt> Rack variable:
error do