Skip to content

Commit

Permalink
Update docs/_docs/reference/experimental/explicit-nulls.md
Browse files Browse the repository at this point in the history
Co-authored-by: Ondřej Lhoták <[email protected]>
  • Loading branch information
noti0na1 and olhotak authored Apr 8, 2024
1 parent 49f8637 commit 3fd3234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_docs/reference/experimental/explicit-nulls.md
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ We illustrate the rules with following examples:
"io.reactivex.annotations.NonNull" :: Nil map PreNamedString)
```

The flexible types can be disabled by using `-Yno-flexible-types` flag.
Flexible types can be disabled by using `-Yno-flexible-types` flag.
The ordinary union type `| Null` will be used instead.

### Override check
Expand Down

0 comments on commit 3fd3234

Please sign in to comment.