diff --git a/compiler/NubLang/Generation/Generator.cs b/compiler/NubLang/Generation/Generator.cs index f14bd11..84e1c66 100644 --- a/compiler/NubLang/Generation/Generator.cs +++ b/compiler/NubLang/Generation/Generator.cs @@ -17,7 +17,7 @@ public class Generator _writer = new IndentedTextWriter(); } - // todo(nub31): Handle name collissions + // todo(nub31): Handle name collisions private string NewTmp() { return $"_t{++_tmpIndex}";