Skip to content

Commit c2dc1bc

Browse files
committed
fix typo
1 parent 8fc8b4f commit c2dc1bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blog/_posts/2016-02-03-essence-of-scala.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ by DOT is described by the following abstract grammar:
4343
{ def a: T } Method declaration
4444
{ type T >: T1 <: T2 } Type declaration
4545
T1 & T2 Intersection
46-
{ x => T } Recursio
46+
{ x => T } Recursion
4747

4848
The grammar uses several kinds of names:
4949

0 commit comments

Comments
 (0)