clean up
[cc1516.git] / deliverables / report / eval.tex
index ec111a6..719f19a 100644 (file)
@@ -11,7 +11,7 @@ the most interesting and most pressing issues. First of all error handling in
 (0,0), most notably all type errors happen at this position. It would be a great
 improvement in usability if errors would always be reported at the correct 
 position. A second issue is that in \SPLC{} it is not possible to spread a 
-program over multiple modules, when developing larger programs this would an
+program over multiple modules, when developing larger programs this would be an
 absolute requirement. Thirdly \SPLC{} currently does not allow for multiple 
 recursion, and all functions need to be declared before they are called. It 
 would be nice to have multiple recursion and to not be forced to structure your