Skip to content

Commit 315c3a4

Browse files
Aggelos BiboudisJentsch
Aggelos Biboudis
andauthored
Apply suggestions from code review
Co-Authored-By: Jentsch <[email protected]>
1 parent 0dca4ce commit 315c3a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/blog/_posts/2019-06-11-16th-dotty-milestone-release.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ We reconsider the syntax of type lambdas in an effort to provide an improved
4747
visual cue for two categories of types: types that relate to normal function
4848
types and types that operate on a higher level. The _fat_ arrow `=>` definitely
4949
relates to the first, while we reserve now `->` to mean _pure function_ in the
50-
future. As a result, we disengage `=>` from type lambdas, whice are now
50+
future. As a result, we disengage `=>` from type lambdas, which are now
5151
represented by `=>>`. As a result a function from types to types is written as
5252
`[X] =>> F[X]`.
5353

0 commit comments

Comments
 (0)