Skip to content

Commit c8fb1fa

Browse files
authored
Merge pull request #10822 from Master-Killer/patch-1
Fix spelling mistake withing -> within
2 parents 73d942c + 2315425 commit c8fb1fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/reference/new-types/polymorphic-function-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,4 @@ whereas polymorphic functions are applied in terms_**:
9090
One would call the function `bar` above
9191
by passing it a type argument `bar[Int]` _within a method body_.
9292
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]`.
93+
one would call `F` _within a type expression_, as in `type Bar = F[Int]`.

0 commit comments

Comments
 (0)