Skip to content

Commit b5b50bc

Browse files
Merge pull request #8547 from dotty-staging/fix-link
Fix broken link
2 parents 005a65e + bb52746 commit b5b50bc

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
@@ -46,7 +46,7 @@ val c = new C()
4646
```
4747

4848
The unsoundness above can be caught by the compiler with the option `-Ycheck-init`.
49-
More details can be found in [safe initialization](./safe-initializaion.md).
49+
More details can be found in [safe initialization](./safe-initialization.md).
5050

5151
## Equality
5252

0 commit comments

Comments
 (0)