Skip to content

Commit 5612697

Browse files
committed
fix typos
1 parent 934eee8 commit 5612697

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ by: Martin Odersky and Dmitry Petrashko
55
title: We Got LiftOff! The Dotty Compiler for Scala Bootstraps.
66
---
77

8+
## We Got Liftoff
89

910
The Dotty project is a platform to develop new technology for Scala
1011
tooling and to try out concepts of future Scala language versions.
@@ -19,10 +20,9 @@ original one. This is what one calls a *bootstrap*.
1920
## Why is this important?
2021

2122
The main reason is that this gives us a some validation of the
22-
trustworthiness of the compiler itself. Compilers are complex beasts,
23+
*trustworthiness* of the compiler itself. Compilers are complex beasts,
2324
and many things can go wrong. By far the worst things that can go
24-
wrong are bugs where the compiler produces incorrect code for a
25-
correct program. It's not fun debugging code that looks perfectly
25+
wrong are bugs where incorrect code is produced. It's not fun debugging code that looks perfectly
2626
fine, yet gets translated to something subtly wrong by the compiler.
2727

2828
Having the compile compile itself is a good test to demonstrate that

0 commit comments

Comments
 (0)