fix: typos

This commit is contained in:
Jost Alemann
2025-03-20 21:24:40 +01:00
parent 7ce659f7fa
commit 522b4673a4
8 changed files with 14 additions and 14 deletions

View File

@@ -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:
//