diff options
author | Niklas Hambüchen <mail@nh2.me> | 2019-07-13 13:47:52 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-07-14 08:33:26 -0400 |
commit | 78ed46f3838ef33e9cf337c1c0fa2d208b10bab0 (patch) | |
tree | 4a52b3c02c68df42ab8ad60a176e146231dd0240 | |
parent | fce8f240a23ebbf04fd7e769919b00eee9737028 (diff) | |
download | haskell-78ed46f3838ef33e9cf337c1c0fa2d208b10bab0.tar.gz |
primops: haddock: Fix typo in referenced function.
Found by @lehins.
-rw-r--r-- | compiler/prelude/primops.txt.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/prelude/primops.txt.pp b/compiler/prelude/primops.txt.pp index 29e77b13a6..1e87a00902 100644 --- a/compiler/prelude/primops.txt.pp +++ b/compiler/prelude/primops.txt.pp @@ -1430,7 +1430,7 @@ primop ShrinkMutableByteArrayOp_Char "shrinkMutableByteArray#" GenPrimOp MutableByteArray# s -> Int# -> State# s -> State# s {Shrink mutable byte array to new specified size (in bytes), in the specified state thread. The new size argument must be less than or - equal to the current size as reported by {\tt sizeofMutableArray\#}.} + equal to the current size as reported by {\tt sizeofMutableByteArray\#}.} with out_of_line = True has_side_effects = True |