8000 Minor typo by abuggin · Pull Request #2077 · scala/docs.scala-lang · GitHub
[go: up one dir, main page]

Skip to content

Minor typo #2077

New issue
Merged
merged 1 commit into from
Jun 10, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _overviews/scala3-migration/tooling-migration-mode.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ where possible standard options include:
The `-source:3.0-migration` option makes the compiler forgiving on most of the dropped features, printing warnings in place of errors.
Each warning is a strong indication that the compiler is even capable of safely rewriting the deprecated pieces of code into their cross-compiling counterparts.

We call this the **Scala 3 migration compialtion**.
We call this the **Scala 3 migration compilation**.

## Automatic rewrites

Expand Down
0