diff options
author | Artem Pelenitsyn <a.pelenitsyn@gmail.com> | 2019-06-26 04:33:17 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-06-27 23:59:15 -0400 |
commit | ef6d9a50db115e296d2d9bec3e94c7369f1d504c (patch) | |
tree | eecc68dd9372668edfe0832b19f15605d1a53364 | |
parent | 4ec233ecfc7f061c19d0c5ef98ad05719b1161e7 (diff) | |
download | haskell-ef6d9a50db115e296d2d9bec3e94c7369f1d504c.tar.gz |
typo in the docs for DynFlags.hs
-rw-r--r-- | compiler/main/DynFlags.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/main/DynFlags.hs b/compiler/main/DynFlags.hs index 54fb684649..84091b3abc 100644 --- a/compiler/main/DynFlags.hs +++ b/compiler/main/DynFlags.hs @@ -2765,7 +2765,7 @@ updOptLevel n dfs -- Parsing the dynamic flags. --- | Parse dynamic flags from a list of command line arguments. Returns the +-- | Parse dynamic flags from a list of command line arguments. Returns -- the parsed 'DynFlags', the left-over arguments, and a list of warnings. -- Throws a 'UsageError' if errors occurred during parsing (such as unknown -- flags or missing arguments). |