zig

fork of https://codeberg.org/ziglang/zig
Log | Tree | Refs | README | LICENSE

commit 1e59eb3c94ed459620a3504fb3c5110be92efced (tree)
parent 784a493dc7114b6e6807c2a37d03dbadecee81e6
Author: Christine Dodrill <me@christine.website>
Date:   Tue,  8 Oct 2019 15:13:11 -0400

src/main: minor grammar fix in the help for `zig builtin`
Diffstat:
Msrc/main.cpp | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main.cpp b/src/main.cpp @@ -34,7 +34,7 @@ static int print_full_usage(const char *arg0, FILE *file, int return_code) { " build-exe [source] create executable from source or object files\n" " build-lib [source] create library from source or object files\n" " build-obj [source] create object from source or assembly\n" - " builtin show the source code of that @import(\"builtin\")\n" + " builtin show the source code of @import(\"builtin\")\n" " cc C compiler\n" " fmt parse files and render in canonical zig format\n" " id print the base64-encoded compiler id\n"