diff options
| author | xiaolizhi <vogelwanderung@pm.me> | 2026-05-25 10:37:05 +0200 |
|---|---|---|
| committer | xiaolizhi <vogelwanderung@pm.me> | 2026-05-25 10:37:05 +0200 |
| commit | f434dbfc017813915a06238eabac1fafb703a749 (patch) | |
| tree | ebe82ab0666ff9130198406619f5d8db4e285b3d | |
| parent | 8468040a8e8bc48688845bcaea010272da1df446 (diff) | |
051: add a comma
| -rw-r--r-- | exercises/051_values.zig | 2 |
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"). |
