Skip to content

Commit eb128dd

Browse files
committed
small exception text correction
1 parent f9af2e0 commit eb128dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CodingSeb.ExpressionEvaluator/ExpressionEvaluator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1358,7 +1358,7 @@ void ExecuteBlocksStacks()
13581358
}
13591359
else
13601360
{
1361-
throw new ExpressionEvaluatorSyntaxErrorException("No [while] keyword afte the [do] keyword and block");
1361+
throw new ExpressionEvaluatorSyntaxErrorException("No [while] keyword after the [do] keyword and block");
13621362
}
13631363
}
13641364
else if (keyword.Equals("while", StringComparisonForCasing))

0 commit comments

Comments
 (0)