summaryrefslogtreecommitdiff
path: root/libraries/base/Data/OldList.hs
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/base/Data/OldList.hs')
-rw-r--r--libraries/base/Data/OldList.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/base/Data/OldList.hs b/libraries/base/Data/OldList.hs
index 8f00fd754a..cda19cb650 100644
--- a/libraries/base/Data/OldList.hs
+++ b/libraries/base/Data/OldList.hs
@@ -124,7 +124,7 @@ module Data.OldList
, partition
-- * Indexing lists
- -- | These functions treat a list @xs@ as a indexed collection,
+ -- | These functions treat a list @xs@ as an indexed collection,
-- with indices ranging from 0 to @'length' xs - 1@.
, (!?)