Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Claudenw committed Dec 26, 2017
2 parents 5e6c047 + e5ed9b9 commit 08d231d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ public static boolean isVar(Node node) {
if ( node instanceof Var )
return true;
if ( node != null && node.isVariable() )
throw new NotAVariableException("Node_variable (not a Var) found");
throw new NotAVariableException("Node_Variable (not a Var) found");
return false;
}

Expand Down

0 comments on commit 08d231d

Please sign in to comment.