Documentation clarification

This commit is contained in:
Sam Lantinga 2010-08-29 22:12:59 -07:00
parent f56e6b9244
commit 1877442eb2

View file

@ -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