Skip to content

Commit

Permalink
Fixed typo in the name of the SDL_GetAppMetadataProperty function in …
Browse files Browse the repository at this point in the history
…the description of the SDL_SetAppMetadataProperty function
  • Loading branch information
edwardgushchin authored and slouken committed Nov 21, 2024
1 parent 5ee4d17 commit a4006e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/SDL3/SDL_init.h
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ extern SDL_DECLSPEC bool SDLCALL SDL_SetAppMetadata(const char *appname, const c
* Multiple calls to this function are allowed, but various state might not
* change once it has been set up with a previous call to this function.
*
* Once set, this metadata can be read using SDL_GetMetadataProperty().
* Once set, this metadata can be read using SDL_GetAppMetadataProperty().
*
* These are the supported properties:
*
Expand Down

0 comments on commit a4006e6

Please sign in to comment.