From 68dfae132224dba786cc3cd308ce770894a25c5a Mon Sep 17 00:00:00 2001 From: SDL Wiki Bot Date: Fri, 12 Jul 2024 15:35:05 +0000 Subject: [PATCH] Sync SDL3 wiki -> header --- include/SDL3/SDL_properties.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SDL3/SDL_properties.h b/include/SDL3/SDL_properties.h index fef5725c1c..294856d443 100644 --- a/include/SDL3/SDL_properties.h +++ b/include/SDL3/SDL_properties.h @@ -478,7 +478,7 @@ extern SDL_DECLSPEC int SDLCALL SDL_ClearProperty(SDL_PropertiesID props, const typedef void (SDLCALL *SDL_EnumeratePropertiesCallback)(void *userdata, SDL_PropertiesID props, const char *name); /** - * Enumerate the properties on a set of properties. + * Enumerate the properties contained in a property set. * * The callback function is called for each property on the set of properties. * The properties are locked during enumeration.