summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libraries/base/Data/Ix.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/base/Data/Ix.hs b/libraries/base/Data/Ix.hs
index bdfea60b73..d3be1c4759 100644
--- a/libraries/base/Data/Ix.hs
+++ b/libraries/base/Data/Ix.hs
@@ -12,7 +12,7 @@
--
-- The 'Ix' class is used to map a contiguous subrange of values in
-- type onto integers. It is used primarily for array indexing
--- (see the array package).
+-- (see the array package). 'Ix' uses row-major order.
--
-----------------------------------------------------------------------------