Minor doc fix

This commit is contained in:
Justin Leitgeb 2014-03-08 12:58:02 -05:00
parent 503bf3d728
commit 8627d75d3d

View File

@ -5,7 +5,7 @@ import Text.Inflections.Parse.Types (Word(..))
import Data.List (intercalate)
import Data.Char (toUpper)
-- |Capitalizes Capitalizes all the words.
-- | Capitalizes all the Words in the input 'Data.List'.
titleize
:: [Word] -- ^ List of Words, first of which will be capitalized
-> String -- ^ The titleized String