fixed a typo

This commit is contained in:
jonnadal 2012-02-09 13:30:21 -05:00
parent b26868cd28
commit 458d7c50b1

View File

@ -61,7 +61,7 @@ So each route is specified by:
> , rhDispatch :: Dispatch res
> }
Your application needs to provide this moudle with a list of routes, and then
Your application needs to provide this module with a list of routes, and then
this module will give you back a new dispatch function. In other words:
> toDispatch :: [Route res] -> Dispatch res