From 6f9cb12bbb5b967da0a5f71650b8eb1ce0af73c3 Mon Sep 17 00:00:00 2001 From: Lukas Rytz Date: Mon, 12 Feb 2024 16:22:14 +0100 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Jamie Thompson --- _overviews/scala3-migration/tooling-scala2-xsource3.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_overviews/scala3-migration/tooling-scala2-xsource3.md b/_overviews/scala3-migration/tooling-scala2-xsource3.md index 14ffb1159..74bcd8d01 100644 --- a/_overviews/scala3-migration/tooling-scala2-xsource3.md +++ b/_overviews/scala3-migration/tooling-scala2-xsource3.md @@ -18,8 +18,8 @@ This page explains the details behind the flag, an overview is shown using `scal With Scala 2.13.13 and newer, the `-Xsource:3` flag comes in two variants: - `Xsource:3` enables warnings relevant for migrating a codebase to Scala 3. - - `Xsoruce:3-cross` is useful for projects that cross-build between Scala 2 and 3 for a longer period of time. - For certain language constructs that trigger a warning with `-Xsoruce:3`, the behavior changes to match Scala 3. + - `Xsource:3-cross` is useful for projects that cross-build between Scala 2 and 3 for a longer period of time. + For certain language constructs that trigger a warning with `-Xsource:3`, the behavior changes to match Scala 3. Details about individual warnings are listed below on this page.