Skip to content

Commit

Permalink
Merge pull request #124 from watashi/option_doc
Browse files Browse the repository at this point in the history
Update the outdated documentation for option
  • Loading branch information
pcapriotti committed Jan 30, 2015
2 parents f337c1d + 44721e5 commit 48abe8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Options/Applicative/Builder.hs
Expand Up @@ -278,7 +278,7 @@ strOption = option str
nullOption :: ReadM a -> Mod OptionFields a -> Parser a
nullOption = option

-- | Builder for an option using the 'auto' reader.
-- | Builder for an option using the given reader.
option :: ReadM a -> Mod OptionFields a -> Parser a
option r m = mkParser d g rdr
where
Expand Down

0 comments on commit 48abe8f

Please sign in to comment.