Skip to content

Commit 24790f6

Browse files
committed
Clarify comment in ExpressionBuilder for null case
1 parent ebf8b79 commit 24790f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Ramstack.ExpressionParser/ExpressionBuilder.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ Expression ProcessMemberAccess(Expr.MemberAccess e)
277277
Error.NonInvocableMember(m);
278278

279279
//
280-
// It's not supposed to happen
280+
// This shouldn't happen, but we'll crash if it does
281281
//
282282
if (expression is null)
283283
throw new InvalidOperationException(

0 commit comments

Comments
 (0)