Skip to content

Commit 18a884a

Browse files
authored
fix typo
1 parent 58b3cc1 commit 18a884a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2019-12-18-road-to-scala-3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ In the simplest cases, you just need to:
160160

161161
* perhaps adjust your compiler flags, according to `isDotty.value`, e.g. to pass `-language:Scala2` to Dotty
162162

163-
If you have upstream dependencies, there is an easy way to use the Scala 2.13 binaries. The [dotty-example-project explains how to do this.](https://github.com/lampepfl/dotty-example-project#getting-your-project-to-compile-with-dotty).
163+
If you have upstream dependencies, there is an easy way to use the Scala 2.13 binaries. The [dotty-example-project explains how to do this](https://github.com/lampepfl/dotty-example-project#getting-your-project-to-compile-with-dotty).
164164

165165
If you don't have time to do a cross-build yourself, consider asking your users and contributors to volunteer.
166166

0 commit comments

Comments
 (0)