Fixed some minor speaking bugs

This commit is contained in:
WolverinDEV 2020-12-05 21:50:01 +01:00
parent d2720897c4
commit 83023f2fa6

View File

@ -338,6 +338,7 @@ namespace ts {
}
result.append(this->identifier_);
result.push_back(' ');
for(auto it = this->bulks.begin(); it != this->bulks.end(); it++) {
if(it->empty() && !with_empty) {