浏览代码

fix: typo

samwega 1 周之前
父节点
当前提交
45f2822dd0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      base/runtime/core.odin

+ 1 - 1
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