From 45f2822dd0da2e646447ae6e63c46a14f555191a Mon Sep 17 00:00:00 2001 From: samwega Date: Tue, 14 Oct 2025 19:11:49 +0300 Subject: [PATCH] fix: typo --- base/runtime/core.odin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/runtime/core.odin b/base/runtime/core.odin index 71e560700..2e70147db 100644 --- a/base/runtime/core.odin +++ b/base/runtime/core.odin @@ -15,7 +15,7 @@ // // IMPORTANT NOTE(bill): `type_info_of` cannot be used within a // #shared_global_scope due to the internals of the compiler. -// This could change at a later date if the all these data structures are +// This could change at a later date if all these data structures are // implemented within the compiler rather than in this "preload" file // #+no-instrumentation