Fix toto typo
This commit is contained in:
@@ -17,7 +17,7 @@ public class Generator
|
|||||||
_writer = new IndentedTextWriter();
|
_writer = new IndentedTextWriter();
|
||||||
}
|
}
|
||||||
|
|
||||||
// todo(nub31): Handle name collissions
|
// todo(nub31): Handle name collisions
|
||||||
private string NewTmp()
|
private string NewTmp()
|
||||||
{
|
{
|
||||||
return $"_t{++_tmpIndex}";
|
return $"_t{++_tmpIndex}";
|
||||||
|
|||||||
Reference in New Issue
Block a user