Skip to content

Commit 932ba01

Browse files
committed
Fix typo in @since pragma
fixes #529
1 parent 3ca3909 commit 932ba01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vector/src/Data/Vector/Unboxed.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1907,7 +1907,7 @@ iscanr = G.iscanr
19071907

19081908
-- | /O(n)/ Right-to-left scan over a vector (strictly) with its index.
19091909
--
1910-
-- @sinqce 0.12.2.0
1910+
-- @since 0.12.2.0
19111911
iscanr' :: (Unbox a, Unbox b) => (Int -> a -> b -> b) -> b -> Vector a -> Vector b
19121912
{-# INLINE iscanr' #-}
19131913
iscanr' = G.iscanr'

0 commit comments

Comments
 (0)