Skip to content

Commit bf2c332

Browse files
authored
Merge pull request #105 from purescript/withArray-docs
Use a doc-comment for `withArray`
2 parents b6c5f5b + 7fd7ecb commit bf2c332

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Data/Array/ST.purs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ foreign import runSTArray
4949
. (forall h. Eff (st :: ST h | r) (STArray h a))
5050
-> Eff r (Array a)
5151

52-
-- Perform an effect requiring a mutable array on a copy of an immutable array,
53-
-- safely returning the result as an immutable array.
52+
-- | Perform an effect requiring a mutable array on a copy of an immutable array,
53+
-- | safely returning the result as an immutable array.
5454
withArray
5555
:: forall a b r h
5656
. (STArray h a -> Eff (st :: ST h | r) b)

0 commit comments

Comments
 (0)