summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--exercises/051_values.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/exercises/051_values.zig b/exercises/051_values.zig
index 4e98d8e..aa4dbe9 100644
--- a/exercises/051_values.zig
+++ b/exercises/051_values.zig
@@ -54,7 +54,7 @@ var global_wizard = Character{};
// an extremely efficient place for memory storage.
//
// Also, when a function executes, the input arguments are often
-// loaded into the beating heart of the CPU itself in registers.
+// loaded into the beating heart of the CPU itself, in registers.
//
// Our main() function here has no input parameters, but it will have
// a stack entry (called a "frame").