[project @ 2001-05-31 13:50:44 by simonmar]
[ghc-hetmet.git] / ghc / docs / users_guide / primitives.sgml
index 2fe9df7..9f2a3e3 100644 (file)
@@ -792,7 +792,8 @@ array.
 </para>
 
 <para>
-Immutable byte arrays are straightforward to index (all indices in bytes):
+Immutable byte arrays are straightforward to index (all indices are in
+units of the size of the object being read):
 
 <programlisting>
 indexCharArray#   :: ByteArray# -> Int# -> Char#