diff options
| author | Chris Boesch <chrboesch@noreply.codeberg.org> | 2026-05-25 12:49:37 +0200 |
|---|---|---|
| committer | Chris Boesch <chrboesch@noreply.codeberg.org> | 2026-05-25 12:49:37 +0200 |
| commit | 000e9448d52deb1334a363bb965fef95199eabea (patch) | |
| tree | ebe82ab0666ff9130198406619f5d8db4e285b3d | |
| parent | 8468040a8e8bc48688845bcaea010272da1df446 (diff) | |
| parent | f434dbfc017813915a06238eabac1fafb703a749 (diff) | |
Merge pull request '051: add a comma' (#429) from xiaolizhi/exercises:comma-fix into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/429
| -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"). |
