Skip to content

Commit 75ea6a5

Browse files
committed
correct comment
1 parent c4954a3 commit 75ea6a5

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
@@ -913,7 +913,7 @@ protected virtual BindingFlags StaticBindingFlag
913913
private IDictionary<string, object> variables = new Dictionary<string, object>(StringComparer.Ordinal);
914914

915915
/// <summary>
916-
/// Counts stack initialisations to determine if the expression enty point was reached. In that case the transported exception should be thrown.
916+
/// Counts stack initialisations to determine if the expression entry point was reached. In that case the transported exception should be thrown.
917917
/// </summary>
918918
private int evaluationStackCount;
919919

0 commit comments

Comments
 (0)