summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libraries/base/Numeric.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/base/Numeric.hs b/libraries/base/Numeric.hs
index fb7aa3f86a..3079855a36 100644
--- a/libraries/base/Numeric.hs
+++ b/libraries/base/Numeric.hs
@@ -78,7 +78,7 @@ import qualified Text.Read.Lex as L
-- -----------------------------------------------------------------------------
-- Reading
--- | Reads an /unsigned/ 'Integral' value in an arbitrary base.
+-- | Reads an /unsigned/ integral value in an arbitrary base.
readInt :: Num a
=> a -- ^ the base
-> (Char -> Bool) -- ^ a predicate distinguishing valid digits in this base