diff options
| author | Jost Alemann <jost_alemann@me.com> | 2025-03-20 21:24:40 +0100 |
|---|---|---|
| committer | Jost Alemann <jost_alemann@me.com> | 2025-03-20 21:24:40 +0100 |
| commit | 522b4673a426258d1299abd75021a9510644f9ba (patch) | |
| tree | eb23e473b503541f1a6fa4cc9ce1e8b74ba6d88d /exercises/071_comptime6.zig | |
| parent | 7ce659f7fa670720510a6afd23cb63366e1adde9 (diff) | |
fix: typos
Diffstat (limited to 'exercises/071_comptime6.zig')
| -rw-r--r-- | exercises/071_comptime6.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exercises/071_comptime6.zig b/exercises/071_comptime6.zig index 5938abc..9b3e5a2 100644 --- a/exercises/071_comptime6.zig +++ b/exercises/071_comptime6.zig @@ -7,7 +7,7 @@ // doing this work. // // An 'inline for' is performed at compile time, allowing you to -// programatically loop through a series of items in situations +// programmatically loop through a series of items in situations // like those mentioned above where a regular runtime 'for' loop // wouldn't be allowed: // |
