1
0
Fork 0
mirror of https://github.com/sinatra/sinatra synced 2023-03-27 23:18:01 -04:00

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

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