mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-15 17:28:28 +00:00
Fixed documentation typo
This commit is contained in:
parent
4e5ed569c3
commit
182a28b343
1 changed files with 1 additions and 1 deletions
|
@ -1285,7 +1285,7 @@ extern SDL_DECLSPEC void SDLCALL SDL_srand(Uint64 seed);
|
||||||
*
|
*
|
||||||
* \returns a random value in the range of [0-SDL_MAX_UINT32].
|
* \returns a random value in the range of [0-SDL_MAX_UINT32].
|
||||||
*
|
*
|
||||||
* \threadsafety All calls should be from from a single thread, use
|
* \threadsafety All calls should be made from a single thread, use
|
||||||
* SDL_rand_r() when using multiple threads.
|
* SDL_rand_r() when using multiple threads.
|
||||||
*
|
*
|
||||||
* \since This function is available since SDL 3.0.0.
|
* \since This function is available since SDL 3.0.0.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue