Skip to content

Commit c2b4c0f

Browse files
committed
Fix wording
1 parent e721716 commit c2b4c0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

accepted/future-releases/nnbd/feature-specification.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,8 @@ It is an error for a class to extend, implement, or mixin the type `Never`.
173173
It is an error to call a method, setter, or getter on a receiver of static type
174174
`Never` (including via a null aware operator).
175175

176-
It is an error to apply an expression of `Never` in the function position in a
177-
function call.
176+
It is an error to apply an expression of type `Never` in the function position
177+
of a function call.
178178

179179
It is an error if the static type of `e` in the expression `throw e` is not
180180
assignable to `Object`.

0 commit comments

Comments
 (0)