Skip to content

Commit

Permalink
Fix checkinit option syntax in Scala 3 (#2948)
Browse files Browse the repository at this point in the history
  • Loading branch information
rjolly authored Jan 19, 2024
1 parent 22ecdf0 commit 65b6c50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _overviews/scala3-migration/options-lookup.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ since the configuration syntax and the error messages it matches are different.
| 2.13.x | 3.3.x |
|-|-|
| `-Xasync` | <i class="fa fa-times fa-lg"></i> |
| `-Xcheckinit` | `-Ycheck-init` |
| `-Xcheckinit` | `-Ysafe-init` |
| `-Xdev` | <i class="fa fa-times fa-lg"></i> |
| `-Xdisable-assertions` | <i class="fa fa-times fa-lg"></i> |
| `-Xelide-below` | <i class="fa fa-times fa-lg"></i> |
Expand Down

0 comments on commit 65b6c50

Please sign in to comment.