Skip to content

Commit 6f9cb12

Browse files
lrytzbishabosha
andauthored
Apply suggestions from code review
Co-authored-by: Jamie Thompson <[email protected]>
1 parent 6f69e40 commit 6f9cb12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_overviews/scala3-migration/tooling-scala2-xsource3.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ This page explains the details behind the flag, an overview is shown using `scal
1818
With Scala 2.13.13 and newer, the `-Xsource:3` flag comes in two variants:
1919

2020
- `Xsource:3` enables warnings relevant for migrating a codebase to Scala 3.
21-
- `Xsoruce:3-cross` is useful for projects that cross-build between Scala 2 and 3 for a longer period of time.
22-
For certain language constructs that trigger a warning with `-Xsoruce:3`, the behavior changes to match Scala 3.
21+
- `Xsource:3-cross` is useful for projects that cross-build between Scala 2 and 3 for a longer period of time.
22+
For certain language constructs that trigger a warning with `-Xsource:3`, the behavior changes to match Scala 3.
2323

2424
Details about individual warnings are listed below on this page.
2525

0 commit comments

Comments
 (0)