- fixed a misprint.

This commit is contained in:
Danil Nemirovsky 2016-10-20 23:07:03 +03:00
parent 84443eb560
commit db42294a20

View File

@ -145,7 +145,7 @@ bool CompilerStack::parse()
}
}
if (!Error::containsOnlyWarnings(m_errors))
// errors while parsing. sould stop before type checking
// errors while parsing. should stop before type checking
return false;
resolveImports();