documentation cleanup

This commit is contained in:
gregwebs 2012-04-09 05:54:53 -07:00
parent 44647eda1d
commit ba4cd002e1

View File

@ -51,9 +51,8 @@ import Data.Text (Text)
-- --
-- * Accept-Language HTTP header. -- * Accept-Language HTTP header.
-- --
-- In returned list the Yesod will seek the first language matched with languages supporting by your application. This language will be used to render i18n templates. -- Yesod will seek the first language from the returned list matched with languages supporting by your application. This language will be used to render i18n templates.
-- If such language is not found the default language will be used. -- If a matching language is not found the default language will be used.
--
-- --
-- This is handled by parseWaiRequest (not exposed). -- This is handled by parseWaiRequest (not exposed).
languages :: GHandler s m [Text] languages :: GHandler s m [Text]