Skip to content

Commit

Permalink
Fix disabling typo in entity manual
Browse files Browse the repository at this point in the history
  • Loading branch information
SanderMertens committed Oct 11, 2024
1 parent 0ea10a5 commit 88e4ccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/EntitiesComponents.md
Original file line number Diff line number Diff line change
Expand Up @@ -901,7 +901,7 @@ ecs_entity_t e = ecs_new(world);
ecs_enable(world, e, true);

// Disable entity
ecs_disable(world, e, false);
ecs_enable(world, e, false);
```
</li>
Expand Down

0 comments on commit 88e4ccf

Please sign in to comment.