瀏覽代碼

Unification message erreur

Arthur Brandao 6 年之前
父節點
當前提交
bcb02a594e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/migl/lisp/LispImpl.java

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