Skip to content

Commit 43bbd9e

Browse files
Shimuuarlehins
andauthored
Update vector/src/Data/Vector/Strict/Mutable.hs
Co-authored-by: Alexey Kuleshevich <alexey@kuleshevi.ch>
1 parent e6b20b7 commit 43bbd9e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vector/src/Data/Vector/Strict/Mutable.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ import Prelude ( Ord, Bool, Int, Maybe, Ordering(..))
9292
pattern MVector :: MV.MVector s a -> MVector s a
9393
pattern MVector v = U.MVector v
9494
{-# COMPLETE MVector #-}
95-
{-# DEPRECATED MVector "Use constructor exported from Data.Vector.Strict.Unsafe" #-}
95+
{-# DEPRECATED MVector "Use `U.MVector` constructor exported from \"Data.Vector.Strict.Unsafe\"" #-}
9696

9797

9898
-- Length information

0 commit comments

Comments
 (0)