summaryrefslogtreecommitdiff
path: root/exercises/071_comptime6.zig
diff options
context:
space:
mode:
Diffstat (limited to 'exercises/071_comptime6.zig')
-rw-r--r--exercises/071_comptime6.zig2
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:
//