Эх сурвалжийг харах

Unification message erreur

Arthur Brandao 6 жил өмнө
parent
commit
bcb02a594e

+ 1 - 1
src/migl/lisp/LispImpl.java

@@ -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);
 		}