Documentation clarification

This commit is contained in:
Sam Lantinga
2010-08-29 22:12:59 -07:00
parent e7789ad75b
commit a14a177d5f

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