@@ -18,7 +18,7 @@ public class LispImpl implements Lisp {
} else {
//Element seul
if(explode.size() > 0) {
- throw new LispError("Invalid format");
+ throw new LispError("Invalid Format");
}
return this.parseElement(val);