diff options
| author | Sean Aubin <[email protected]> | 2023-02-27 17:22:51 -0500 |
|---|---|---|
| committer | Sean Aubin <[email protected]> | 2023-02-28 10:17:32 -0500 |
| commit | 20a0fcdd9ab984e931ee84c96e71438c665021eb (patch) | |
| tree | f5f1a2aad360436d1f1a48b75f8529e162ee3cce /build.zig | |
| parent | 861bf28e73bef6e96649a727fbc15a801b26dabe (diff) | |
| download | ziglings-20a0fcdd9ab984e931ee84c96e71438c665021eb.tar.xz ziglings-20a0fcdd9ab984e931ee84c96e71438c665021eb.zip | |
fix typos/grammar in 093_hello_c.zig
- output a text -> output text
- In Zig -> add comma
- result ist -> result is
- remove extra whitespace
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, }, .{ |
