Commit c40aed2a authored by Sam Lantinga's avatar Sam Lantinga

Fixed documentation typo

parent a468f996
...@@ -55,7 +55,7 @@ extern DECLSPEC int SDLCALL SDL_SetClipboardText(const char *text); ...@@ -55,7 +55,7 @@ extern DECLSPEC int SDLCALL SDL_SetClipboardText(const char *text);
extern DECLSPEC char * SDLCALL SDL_GetClipboardText(void); extern DECLSPEC char * SDLCALL SDL_GetClipboardText(void);
/** /**
* \brief Returns a flag indicating whether the clipboard exists and contains a text string that it non-empty * \brief Returns a flag indicating whether the clipboard exists and contains a text string that is non-empty
* *
* \sa SDL_GetClipboardText() * \sa SDL_GetClipboardText()
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment