We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 73d942c + 2315425 commit c8fb1faCopy full SHA for c8fb1fa
docs/docs/reference/new-types/polymorphic-function-types.md
@@ -90,4 +90,4 @@ whereas polymorphic functions are applied in terms_**:
90
One would call the function `bar` above
91
by passing it a type argument `bar[Int]` _within a method body_.
92
On the other hand, given a type lambda such as `type F = [A] =>> List[A]`,
93
-one would call `F` _withing a type expression_, as in `type Bar = F[Int]`.
+one would call `F` _within a type expression_, as in `type Bar = F[Int]`.
0 commit comments