We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9af2e0 commit eb128ddCopy full SHA for eb128dd
CodingSeb.ExpressionEvaluator/ExpressionEvaluator.cs
@@ -1358,7 +1358,7 @@ void ExecuteBlocksStacks()
1358
}
1359
else
1360
{
1361
- throw new ExpressionEvaluatorSyntaxErrorException("No [while] keyword afte the [do] keyword and block");
+ throw new ExpressionEvaluatorSyntaxErrorException("No [while] keyword after the [do] keyword and block");
1362
1363
1364
else if (keyword.Equals("while", StringComparisonForCasing))
0 commit comments