Skip to content

Commit

Permalink
Fix wording
Browse files Browse the repository at this point in the history
  • Loading branch information
leafpetersen committed Jun 4, 2019
1 parent e721716 commit c2b4c0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions accepted/future-releases/nnbd/feature-specification.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,8 @@ It is an error for a class to extend, implement, or mixin the type `Never`.
It is an error to call a method, setter, or getter on a receiver of static type
`Never` (including via a null aware operator).

It is an error to apply an expression of `Never` in the function position in a
function call.
It is an error to apply an expression of type `Never` in the function position
of a function call.

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

0 comments on commit c2b4c0f

Please sign in to comment.