Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Jamie Thompson <[email protected]>
  • Loading branch information
lrytz and bishabosha authored Feb 12, 2024
1 parent 6f69e40 commit 6f9cb12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _overviews/scala3-migration/tooling-scala2-xsource3.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 6f9cb12

Please sign in to comment.