Fixed typo

This commit is contained in:
Tristan B. Velloza Kildaire 2022-11-26 16:28:27 +02:00
parent ff51b2ded0
commit b58c23bd9c
1 changed files with 1 additions and 1 deletions

View File

@ -724,7 +724,7 @@ public final class TypeChecker
gprintln("Action list: "~to!(string)(actionList));
/**
* Lopp through each dependency-node in the action list
* Loop through each dependency-node in the action list
* and perform the type-checking/code generation
*/
foreach(DNode node; actionList)