Skip to content

Commit dcd05b4

Browse files
committed
Fixes
1 parent c8821b9 commit dcd05b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

blog/_posts/2016-02-17-scaling-dot-soundness.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ disqus: true
77
---
88

99
In my [last
10-
blog](http://www.scala-lang.org/blog/2016/02/03/essence-of-scala.html)
10+
blog post](http://www.scala-lang.org/blog/2016/02/03/essence-of-scala.html)
1111
I introduced DOT, a minimal calculus that underlies much of Scala.
1212
DOT is much more than an academic exercise, because it gives us
13-
guidelines how to design a sound type system for full Scala.
13+
guidelines on how to design a sound type system for full Scala.
1414

1515
## Recap: The Problem of Bad Bounds
1616

0 commit comments

Comments
 (0)