fix yesod haddock breakage

This commit is contained in:
Simon Michael 2011-09-14 02:42:18 +00:00
parent 9a6328adeb
commit 7f91a97d19

View File

@ -73,7 +73,7 @@ data AppConfig = AppConfig {
, appPort :: Int
-- | The base URL for your application. This will usually be different for
-- The base URL for your application. This will usually be different for
-- development and production. Yesod automatically constructs URLs for you,
-- so this value must be accurate to create valid links.
-- Please note that there is no trailing slash.