From bb527468190c2b2d1769a88e67156bfb3716ce32 Mon Sep 17 00:00:00 2001 From: Liu Fengyun Date: Sun, 15 Mar 2020 10:53:00 +0100 Subject: [PATCH] Fix broken link --- docs/docs/reference/other-new-features/explicit-nulls.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/reference/other-new-features/explicit-nulls.md b/docs/docs/reference/other-new-features/explicit-nulls.md index d919a001168a..7b31a0b4ad41 100644 --- a/docs/docs/reference/other-new-features/explicit-nulls.md +++ b/docs/docs/reference/other-new-features/explicit-nulls.md @@ -46,7 +46,7 @@ val c = new C() ``` The unsoundness above can be caught by the compiler with the option `-Ycheck-init`. -More details can be found in [safe initialization](./safe-initializaion.md). +More details can be found in [safe initialization](./safe-initialization.md). ## Equality