- fixed a misprint.

This commit is contained in:
Danil Nemirovsky
2016-12-08 21:33:09 +03:00
parent 84443eb560
commit db42294a20
+1 -1
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();