Skip to content

Commit

Permalink
Spelling mistake in code. (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
MubinMuhammad authored Dec 28, 2024
1 parent b780db3 commit da1977c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pub fn build(b: *std.Build) void {
const zglfw = b.dependency("zglfw", .{});
exe.root_module.addImport("zglfw", zglfw.module("root"));
if (target.result.os.tag != .emscrpten) {
if (target.result.os.tag != .emscripten) {
exe.linkLibrary(zglfw.artifact("glfw"));
}
}
Expand Down

0 comments on commit da1977c

Please sign in to comment.