diff --git a/src/Utils/UncheckedCoreUtility.cs b/src/Utils/UncheckedCoreUtility.cs index e31b032..196f845 100644 --- a/src/Utils/UncheckedCoreUtility.cs +++ b/src/Utils/UncheckedCoreUtility.cs @@ -46,10 +46,10 @@ namespace DCFApixels.DragonECS.UncheckedCore } } - public readonly struct EntitesMatrix + public readonly struct EntitiesMatrix { private readonly EcsWorld _world; - public EntitesMatrix(EcsWorld world) + public EntitiesMatrix(EcsWorld world) { _world = world; } @@ -83,4 +83,4 @@ namespace DCFApixels.DragonECS.UncheckedCore } } } -} +} \ No newline at end of file