From f434dbfc017813915a06238eabac1fafb703a749 Mon Sep 17 00:00:00 2001 From: xiaolizhi Date: Mon, 25 May 2026 10:37:05 +0200 Subject: [PATCH] 051: add a comma --- exercises/051_values.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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").