From 78ed46f3838ef33e9cf337c1c0fa2d208b10bab0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niklas=20Hamb=C3=BCchen?= <mail@nh2.me> Date: Sat, 13 Jul 2019 13:47:52 -0400 Subject: [PATCH] primops: haddock: Fix typo in referenced function. Found by @lehins. --- compiler/prelude/primops.txt.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/prelude/primops.txt.pp b/compiler/prelude/primops.txt.pp index 29e77b13a629..1e87a009021e 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 -- GitLab