Skip to content

Commit ba0c6ff

Browse files
committed
Merge pull request scala#414 from odersky/blog-scaling-dot
Fix typo
2 parents 121728e + d5f0ec9 commit ba0c6ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ because they invalidate some idioms in type-level programming. For
133133
instance, the cute trick of making Scala's type system Turing complete
134134
by having it [simulate SK
135135
combinators](https://michid.wordpress.com/2010/01/29/scala-type-level-encoding-of-the-ski-calculus/)
136-
would not longer work since that one relies on unrestricted type
136+
would no longer work since that one relies on unrestricted type
137137
projections. The same holds for some of the encodings of type-level
138138
arithmetic.
139139

0 commit comments

Comments
 (0)