Skip to content

Commit 41825fb

Browse files
committed
fix typos
1 parent 5612697 commit 41825fb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/2015-10-23-dotty-compiler-bootstraps.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ title: We Got LiftOff! The Dotty Compiler for Scala Bootstraps.
77

88
## We Got Liftoff
99

10-
The Dotty project is a platform to develop new technology for Scala
10+
The [Dotty project](https://github.com/lampepfl/dotty)
11+
is a platform to develop new technology for Scala
1112
tooling and to try out concepts of future Scala language versions.
1213
Its compiler is a new design intended to reflect the
1314
lessons we learned from work with the Scala compiler. A clean redesign
@@ -25,7 +26,7 @@ and many things can go wrong. By far the worst things that can go
2526
wrong are bugs where incorrect code is produced. It's not fun debugging code that looks perfectly
2627
fine, yet gets translated to something subtly wrong by the compiler.
2728

28-
Having the compile compile itself is a good test to demonstrate that
29+
Having the compiler compile itself is a good test to demonstrate that
2930
the generated code has reached a certain level of quality. Not only is
3031
a compiler a large program (44k lines in the case of dotty), it is
3132
also one that exercises a large part of the language in quite
@@ -58,4 +59,5 @@ Over the coming weeks and months, we plan to work on the following topics:
5859
- Work on the build-infrastructure.
5960

6061
If you want to get your hands dirty with any of this, now is a good moment to get involved!
62+
To get started: <https://github.com/lampepfl/dotty>.
6163

0 commit comments

Comments
 (0)