Skip to content

Commit 62822bd

Browse files
committed
Fix typo in copyEx documentation
1 parent 472f3ab commit 62822bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SDL/Video/Renderer.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -723,7 +723,7 @@ copyEx :: MonadIO m
723723
-> Maybe (Rectangle CInt) -- ^ The destination rectangle to copy to, or 'Nothing' for the whole rendering target. The texture will be stretched to fill the given rectangle.
724724
-> CDouble -- ^ An angle in degrees that indicates the point around which the destination rectangle will be rotated.
725725
-> Maybe (Point V2 CInt) -- ^ The point of rotation
726-
-> V2 Bool -- ^ Whether to flip in the X or Y axis. -- ^ The point of rotation
726+
-> V2 Bool -- ^ Whether to flip in the X or Y axis.
727727
-> m () -- ^ Whether to flip in the X or Y axis.
728728
copyEx (Renderer r) (Texture t) srcRect dstRect theta center flips =
729729
liftIO $

0 commit comments

Comments
 (0)