diff --git a/docs/api/world.md b/docs/api/world.md index 60b0fc4..91f1d78 100644 --- a/docs/api/world.md +++ b/docs/api/world.md @@ -136,7 +136,7 @@ print(world:has(Entity, Ragdolled)) ```ts [typescript] const IsMoving = world.component(); -const Ragdolled = world.entity(); -- This is a tag, meaning it won't contain data +const Ragdolled = world.entity(); // This is a tag, meaning it won't contain data const Health = world.component(); const Entity = world.entity();