From eae28e6eba6a3978d931a443ccd1f360748d833b Mon Sep 17 00:00:00 2001 From: nub31 Date: Thu, 16 Oct 2025 16:25:30 +0200 Subject: [PATCH] Fix toto typo --- compiler/NubLang/Generation/Generator.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}";