From 0a74385f5864cd8a93bac6c082f8300cde6828c9 Mon Sep 17 00:00:00 2001 From: abux Date: Sat, 1 Aug 2026 21:55:04 +0100 Subject: [PATCH] Updated README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 343c1a3..d2d1640 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ const Velocity = struct { value: @Vector(2, f32) = .{ 0, 0 } }; test "basic" { // --- WORLD --- - var world: Self = .init(std.testing.allocator); + var world: World = .init(std.testing.allocator); defer world.deinit(); // --- PLAYER ---