summaryrefslogtreecommitdiffstatshomepage
path: root/exercises
diff options
context:
space:
mode:
authorDave Gauer <dave@ratfactor.com>2021-03-05 13:01:45 -0500
committerDave Gauer <dave@ratfactor.com>2021-03-05 13:01:45 -0500
commit5dc7ac219b1eb2fc17d4f8a95c6cba94aec19a03 (patch)
treeddb1d458907e6bcc04c6b304fe8e63249792949e /exercises
parent3211f2d5cb7c4fd89c0096dbdafdd4abb8f98f05 (diff)
ex51 lol space
Diffstat (limited to 'exercises')
-rw-r--r--exercises/51_values.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/exercises/51_values.zig b/exercises/51_values.zig
index 0fcaa76..fea371b 100644
--- a/exercises/51_values.zig
+++ b/exercises/51_values.zig
@@ -13,7 +13,7 @@
// @import() adds the imported code to your own. In this case, code
// from the standard library is added to your program and compiled
// with it. All of this will be loaded into RAM when it runs. Oh, and
-// that thing we name "const std"? That's a struct!
+// that thing we name "const std"? That's a struct!
const std = @import("std");