Skip to content
Snippets Groups Projects
Commit 78ed46f3 authored by Niklas Hambüchen's avatar Niklas Hambüchen Committed by Marge Bot
Browse files

primops: haddock: Fix typo in referenced function.

Found by @lehins.
parent fce8f240
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment