diff --git a/yesod-core/Yesod/Request.hs b/yesod-core/Yesod/Request.hs index 045fd73d..f0f5c383 100644 --- a/yesod-core/Yesod/Request.hs +++ b/yesod-core/Yesod/Request.hs @@ -51,9 +51,8 @@ import Data.Text (Text) -- -- * 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. --- If such language is not found the default language will be used. --- +-- 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 a matching language is not found the default language will be used. -- -- This is handled by parseWaiRequest (not exposed). languages :: GHandler s m [Text]