Skip to content

Commit

Permalink
Update SDL3/SDL_ReadStorageFile.md
Browse files Browse the repository at this point in the history
Co-authored-by: Ethan Lee <[email protected]>
  • Loading branch information
slouken and flibitijibibo committed Dec 31, 2024
1 parent e0d20ba commit 2e0e59a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SDL3/SDL_ReadStorageFile.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ bool SDL_ReadStorageFile(SDL_Storage *storage, const char *path, void *destinati
## Remarks
The value of `length` must match the length of the file exactly; call [SDL_GetStorageFileSize](SDL_GetStorageFileSize)() to get this value. This behavior may be related in a future release.
The value of `length` must match the length of the file exactly; call [SDL_GetStorageFileSize](SDL_GetStorageFileSize)() to get this value. This behavior may be relaxed in a future release.
## Version
Expand Down

0 comments on commit 2e0e59a

Please sign in to comment.