Skip to content

Commit 1c75cb4

Browse files
committed
Revert "Sync SDL2 wiki -> header"
This reverts commit 26e946e. Stop it Skynet!
1 parent 26e946e commit 1c75cb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/SDL_surface.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -808,8 +808,8 @@ extern DECLSPEC int SDLCALL SDL_FillRects
808808
*
809809
* This assumes that the source and destination rectangles are the same size.
810810
* If either `srcrect` or `dstrect` are NULL, the entire surface (`src` or
811-
* `dst`) is copied. The final blit rectangles are saved in `srcrect` and
812-
* `dstrect` after all clipping is performed.
811+
* `dst`) is copied. The final blit rectangle is saved in `dstrect` after
812+
* all clipping is performed.
813813
*
814814
* The blit function should not be called on a locked surface.
815815
*

0 commit comments

Comments
 (0)