We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 606630e commit af4c774Copy full SHA for af4c774
ecsact/runtime/common.h
@@ -392,7 +392,7 @@ typedef struct ecsact_action {
392
ecsact_action_id action_id;
393
394
/**
395
- * Pointer to action data. Size is determined by the registerd action
+ * Pointer to action data. Size is determined by the registered action
396
* associated with the `action_id`.
397
*/
398
const void* action_data;
@@ -409,7 +409,7 @@ typedef struct ecsact_component {
409
ecsact_component_id component_id;
410
411
412
- * Pointer to component data. Size is determined by the registerd component
+ * Pointer to component data. Size is determined by the registered component
413
* associated with the `component_id`.
414
415
const void* component_data;
0 commit comments