Skip to content

Commit 56f864f

Browse files
committed
Clarify the situation
1 parent 3a48a37 commit 56f864f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Data/Array/Unsafe.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
-- | Unsafe helper functions for working with immutable arrays.
22
-- |
33
-- | _Note_: these functions should be used with care, and may result in unspecified
4-
-- | behavior.
4+
-- | behavior, including runtime exceptions.
55

66
module Data.Array.Unsafe where
77

0 commit comments

Comments
 (0)