Skip to content

Commit 4ea256a

Browse files
authored
Wrong null ;) (#1651)
1 parent f6809bd commit 4ea256a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rfcs/SemanticNullability.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ exclude errors.
123123
Note: this RFC assumes that clients may opt out of error propagation via some
124124
mechanism that is outside the scope of this RFC and will be handled in a
125125
separate RFC (e.g. via a directive such as `@noErrorPropagation` or
126-
`@behavior(onError: null)`; or via a request-level flag) - in general the
126+
`@behavior(onError: NULL)`; or via a request-level flag) - in general the
127127
specific mechanism is unimportant and thus solutions are not expected to comment
128128
on it unless the choice is significant to the proposal.
129129

0 commit comments

Comments
 (0)