From 65b6c50e7295de5373f3b1cacf804c3fc7c288f7 Mon Sep 17 00:00:00 2001 From: rjolly Date: Fri, 19 Jan 2024 11:26:04 +0100 Subject: [PATCH] Fix checkinit option syntax in Scala 3 (#2948) --- _overviews/scala3-migration/options-lookup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_overviews/scala3-migration/options-lookup.md b/_overviews/scala3-migration/options-lookup.md index 3bca1de23..a80f79c80 100644 --- a/_overviews/scala3-migration/options-lookup.md +++ b/_overviews/scala3-migration/options-lookup.md @@ -144,7 +144,7 @@ since the configuration syntax and the error messages it matches are different. | 2.13.x | 3.3.x | |-|-| | `-Xasync` | | -| `-Xcheckinit` | `-Ycheck-init` | +| `-Xcheckinit` | `-Ysafe-init` | | `-Xdev` | | | `-Xdisable-assertions` | | | `-Xelide-below` | |