瀏覽代碼

Sync SDL3 wiki -> header

SDL Wiki Bot 1 年之前
父節點
當前提交
68dfae1322
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      include/SDL3/SDL_properties.h

+ 1 - 1
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.