Browse Source

fix misspelling

Maicon Santana 2 tháng trước cách đây
mục cha
commit
eef1bac3e2
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      build.zig

+ 1 - 1
build.zig

@@ -48,7 +48,7 @@ fn emSdkSetupStep(b: *std.Build, emsdk: *std.Build.Dependency) !?*std.Build.Step
     }
 }
 
-// Adaoted from Not-Nik/raylib-zig
+// Adapted from Not-Nik/raylib-zig
 fn emscriptenRunStep(b: *std.Build, emsdk: *std.Build.Dependency, examplePath: []const u8) !*std.Build.Step.Run {
     const dot_emsc_path = emsdk.path("upstream/emscripten/cache/sysroot/include").getPath(b);
     // If compiling on windows , use emrun.bat.