diff --git a/include/SDL3/SDL_properties.h b/include/SDL3/SDL_properties.h index 01ae37d05..9d01c9381 100644 --- a/include/SDL3/SDL_properties.h +++ b/include/SDL3/SDL_properties.h @@ -151,7 +151,7 @@ extern DECLSPEC int SDLCALL SDL_ClearProperty(SDL_PropertiesID props, const char * Destroy a set of properties * * All properties are deleted and their cleanup functions will be called, if - * any. The set of properties must be unlocked when it is destroyed. + * any. * * \param props the properties to destroy *