Skip to content

Commit 3a4de2a

Browse files
committed
Sync SDL3 wiki -> header
[ci skip]
1 parent 47717f2 commit 3a4de2a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

include/SDL3/SDL_version.h

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,13 +148,14 @@ extern "C" {
148148
extern SDL_DECLSPEC int SDLCALL SDL_GetVersion(void);
149149

150150
/**
151-
* Get the code revision of SDL that is linked against your program.
151+
* Get the code revision of the SDL library that is linked against your
152+
* program.
152153
*
153-
* This value is the revision of the code you are linked with and may be
154+
* This value is the revision of the code you are linking against and may be
154155
* different from the code you are compiling with, which is found in the
155156
* constant SDL_REVISION.
156157
*
157-
* The revision is arbitrary string (a hash value) uniquely identifying the
158+
* The revision is an arbitrary string (a hash value) uniquely identifying the
158159
* exact revision of the SDL library in use, and is only useful in comparing
159160
* against other revisions. It is NOT an incrementing number.
160161
*

0 commit comments

Comments
 (0)