10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cf713a commit 96ced05Copy full SHA for 96ced05
_overviews/scala3-migration/tooling-scala2-xsource3.md
@@ -9,7 +9,7 @@ next-page: tooling-migration-mode
9
10
The Scala 2.13 compiler issues helpful migration warnings with the `-Xsource:3` flag.
11
Before moving to the Scala 3 compiler, it's recommended to enable this flag in Scala 2 and address the new warnings.
12
-In addition to new warnigns, the flag enables certain benign Scala 3 syntax such as `import p.*`.
+In addition to new warnings, the flag enables certain benign Scala 3 syntaxes such as `import p.*`.
13
14
This page explains the details behind the flag, an overview is shown using `scalac -Xsource:help`.
15
0 commit comments