diff --git a/include/SDL3/SDL_storage.h b/include/SDL3/SDL_storage.h index e5ef689f1c..afe50cb1dd 100644 --- a/include/SDL3/SDL_storage.h +++ b/include/SDL3/SDL_storage.h @@ -112,8 +112,8 @@ * validated, so an error occurring elsewhere in the program may result in * missing/corrupted save data * - * When using, SDL_Storage, these types of problems are virtually impossible - * to trip over: + * When using SDL_Storage, these types of problems are virtually impossible to + * trip over: * * ```c * void ReadGameData(void)