Fix toto typo

This commit is contained in:
nub31
2025-10-16 16:25:30 +02:00
parent 248f0fdf67
commit eae28e6eba

View File

@@ -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}";