tweak newArray# documentation again
authorSimon Marlow <marlowsd@gmail.com>
Wed, 19 Jan 2011 14:06:33 +0000 (14:06 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Wed, 19 Jan 2011 14:06:33 +0000 (14:06 +0000)
compiler/prelude/primops.txt.pp

index 3747b54..3d643bd 100644 (file)
@@ -578,7 +578,7 @@ primtype MutableArray# s a
 
 primop  NewArrayOp "newArray#" GenPrimOp
    Int# -> a -> State# s -> (# State# s, MutableArray# s a #)
-   {Create a new mutable array of specified size (in words),
+   {Create a new mutable array with the specified number of elements,
     in the specified state thread,
     with each element containing the specified initial value.}
    with