Skip to content

Commit f30bbb7

Browse files
committed
Fixed typo
1 parent 7491e90 commit f30bbb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/src/processing/mode/java/pdex/ErrorMessageSimplifier.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ else if (args[0].equalsIgnoreCase(") Statement")){
147147
}
148148
else {
149149
if(args[1].equalsIgnoreCase("Statement")){ // See #3104
150-
result = "Error on \"" + args[0];
150+
result = "Error on \"" + args[0] + "\"";
151151
}
152152
else {
153153
result = "Error on \"" + args[0] + "\"Consider adding a \"" + args[1] + "\"";

0 commit comments

Comments
 (0)