diff options
| author | Chris Boesch <[email protected]> | 2023-02-28 16:29:37 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-02-28 16:29:37 +0100 |
| commit | 582f3b1b09cdbca7b27fc657998a4658439e45d7 (patch) | |
| tree | f5f1a2aad360436d1f1a48b75f8529e162ee3cce /build.zig | |
| parent | 861bf28e73bef6e96649a727fbc15a801b26dabe (diff) | |
| parent | 20a0fcdd9ab984e931ee84c96e71438c665021eb (diff) | |
| download | ziglings-582f3b1b09cdbca7b27fc657998a4658439e45d7.tar.xz ziglings-582f3b1b09cdbca7b27fc657998a4658439e45d7.zip | |
Merge pull request #194 from Seanny123/sean-nitpicks
Nitpicks: typos, grammar
Diffstat (limited to 'build.zig')
| -rw-r--r-- | build.zig | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -471,7 +471,7 @@ const exercises = [_]Exercise{ }, .{ .main_file = "093_hello_c.zig", - .output = "Hello C from Zig! - C result ist 17 chars written.", + .output = "Hello C from Zig! - C result is 17 chars written.", .C = true, }, .{ |
