Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Documentation clarification
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Aug 30, 2010
1 parent 4106399 commit bc36668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/SDL_video.h
Expand Up @@ -1164,7 +1164,7 @@ extern DECLSPEC int SDLCALL SDL_RenderClear(void);
extern DECLSPEC int SDLCALL SDL_RenderDrawPoint(int x, int y);

/**
* \brief Draw some number of points on the current rendering target.
* \brief Draw multiple points on the current rendering target.
*
* \param points The points to draw
* \param count The number of points to draw
Expand Down

0 comments on commit bc36668

Please sign in to comment.