diff --git a/src/ECS/Entity.cs b/src/ECS/Entity.cs index 10130f0c..d4c0ef99 100644 --- a/src/ECS/Entity.cs +++ b/src/ECS/Entity.cs @@ -530,7 +530,7 @@ public bool AddTags(in Tags tags) { } throw EntityNullException(); } - /// Add the given from the entity. + /// Remove the given from the entity. public bool RemoveTag() where TTag : struct, ITag { int index = 0; ref var node = ref store.nodes[Id];