소스 검색

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