We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dca4ce commit 315c3a4Copy full SHA for 315c3a4
docs/blog/_posts/2019-06-11-16th-dotty-milestone-release.md
@@ -47,7 +47,7 @@ We reconsider the syntax of type lambdas in an effort to provide an improved
47
visual cue for two categories of types: types that relate to normal function
48
types and types that operate on a higher level. The _fat_ arrow `=>` definitely
49
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
+future. As a result, we disengage `=>` from type lambdas, which are now
51
represented by `=>>`. As a result a function from types to types is written as
52
`[X] =>> F[X]`.
53
0 commit comments