We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebf8b79 commit 24790f6Copy full SHA for 24790f6
1 file changed
src/Ramstack.ExpressionParser/ExpressionBuilder.cs
@@ -277,7 +277,7 @@ Expression ProcessMemberAccess(Expr.MemberAccess e)
277
Error.NonInvocableMember(m);
278
279
//
280
- // It's not supposed to happen
+ // This shouldn't happen, but we'll crash if it does
281
282
if (expression is null)
283
throw new InvalidOperationException(
0 commit comments