Skip to content

Commit a67e43c

Browse files
committed
doc(explicit-nulls): remove repetition of opt-in
1 parent e050b4c commit a67e43c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/reference/other-new-features/explicit-nulls.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Instead, to mark a type as nullable we use a [type union](https://dotty.epfl.ch/
1717
val x: String|Null = null // ok
1818
```
1919

20-
Explicit nulls are enabled via a `-Yexplicit-nulls` flag, so they're an opt-in feature.
20+
Explicit nulls are enabled via a `-Yexplicit-nulls` flag.
2121

2222
Read on for details.
2323

0 commit comments

Comments
 (0)