diff --git a/src/config.zig b/src/config.zig index bacd712..91d3dd4 100644 --- a/src/config.zig +++ b/src/config.zig @@ -24,7 +24,7 @@ pub const zls_url = std.Uri.parse(zls_meta_url) catch unreachable; pub const zig_name = switch (builtin.os.tag) { .windows => "zig.exe", .linux, .macos => "zig", - else => @compileError("not support current platform"), + else => @compileError("Current platform not supported"), }; /// zig file name