From 522b4673a426258d1299abd75021a9510644f9ba Mon Sep 17 00:00:00 2001 From: Jost Alemann Date: Thu, 20 Mar 2025 21:24:40 +0100 Subject: fix: typos --- exercises/071_comptime6.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'exercises/071_comptime6.zig') 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: // -- cgit v1.2.3