diff options
| author | Chris Boesch <[email protected]> | 2023-10-22 14:19:23 +0200 |
|---|---|---|
| committer | Chris Boesch <[email protected]> | 2023-10-22 14:19:23 +0200 |
| commit | 2feeb282a98e5c0434b72632624689387959bbc4 (patch) | |
| tree | 3637ed24278d855beba5c2179a56ae4b9f136731 /exercises | |
| parent | fe65ff343f4eea810146a62dbb0fc3e331548083 (diff) | |
| download | ziglings-2feeb282a98e5c0434b72632624689387959bbc4.tar.xz ziglings-2feeb282a98e5c0434b72632624689387959bbc4.zip | |
fixed typos
Diffstat (limited to 'exercises')
| -rw-r--r-- | exercises/094_c_math.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exercises/094_c_math.zig b/exercises/094_c_math.zig index 3815cb0..e650f6e 100644 --- a/exercises/094_c_math.zig +++ b/exercises/094_c_math.zig @@ -18,7 +18,7 @@ const std = @import("std"); const c = @cImport({ - // What do wee need here? + // What do we need here? ??? }); |
