aboutsummaryrefslogtreecommitdiff
path: root/exercises
diff options
context:
space:
mode:
authorChris Boesch <[email protected]>2023-10-22 14:19:23 +0200
committerChris Boesch <[email protected]>2023-10-22 14:19:23 +0200
commit2feeb282a98e5c0434b72632624689387959bbc4 (patch)
tree3637ed24278d855beba5c2179a56ae4b9f136731 /exercises
parentfe65ff343f4eea810146a62dbb0fc3e331548083 (diff)
downloadziglings-2feeb282a98e5c0434b72632624689387959bbc4.tar.xz
ziglings-2feeb282a98e5c0434b72632624689387959bbc4.zip
fixed typos
Diffstat (limited to 'exercises')
-rw-r--r--exercises/094_c_math.zig2
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?
???
});