Skip to content

Commit 934eee8

Browse files
committed
fix typos
1 parent bd183bc commit 934eee8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

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

99
The Dotty project is a platform to develop new technology for Scala
1010
tooling and to try out concepts of future Scala language versions.
11-
Its compiler is a completely new design intended to reflect the
11+
Its compiler is a new design intended to reflect the
1212
lessons we learned from work with the Scala compiler. A clean redesign
1313
today will let us iterate faster with new ideas in the future.
1414

1515
Today we reached an important milestone: The Dotty compiler can
1616
compile itself, and the compiled compiler can act as a drop-in for the
17-
original one. This is what one calls a "bootstrap".
17+
original one. This is what one calls a *bootstrap*.
1818

1919
## Why is this important?
2020

0 commit comments

Comments
 (0)