aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2015-10-23 15:31:39 +0200
committerMartin Odersky <odersky@gmail.com>2015-10-23 15:31:39 +0200
commit934eee886f3d8ddc17d88598ca39d36a117aa6db (patch)
tree6fb6e90354abf234582fe507da4b72b795750535 /docs
parentbd183bce3fe9c06bf51cdc346bcd4d7ab76703be (diff)
downloaddotty-934eee886f3d8ddc17d88598ca39d36a117aa6db.tar.gz
dotty-934eee886f3d8ddc17d88598ca39d36a117aa6db.tar.bz2
dotty-934eee886f3d8ddc17d88598ca39d36a117aa6db.zip
fix typos
Diffstat (limited to 'docs')
-rw-r--r--docs/2015-10-23-dotty-compiler-bootstraps.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/2015-10-23-dotty-compiler-bootstraps.md b/docs/2015-10-23-dotty-compiler-bootstraps.md
index bd285a035..3b4cd5122 100644
--- a/docs/2015-10-23-dotty-compiler-bootstraps.md
+++ b/docs/2015-10-23-dotty-compiler-bootstraps.md
@@ -8,13 +8,13 @@ title: We Got LiftOff! The Dotty Compiler for Scala Bootstraps.
The Dotty project is a platform to develop new technology for Scala
tooling and to try out concepts of future Scala language versions.
-Its compiler is a completely new design intended to reflect the
+Its compiler is a new design intended to reflect the
lessons we learned from work with the Scala compiler. A clean redesign
today will let us iterate faster with new ideas in the future.
Today we reached an important milestone: The Dotty compiler can
compile itself, and the compiled compiler can act as a drop-in for the
-original one. This is what one calls a "bootstrap".
+original one. This is what one calls a *bootstrap*.
## Why is this important?