Merge pull request #261 from jonnadal/patch-1

Fixed a typo
This commit is contained in:
Michael Snoyman 2012-02-09 12:44:03 -08:00
commit e067cb7e4d

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