Skip to content

Commit f44f09f

Browse files
authored
Merge pull request #7509 from lampepfl/bishabosha-patch-1
Update type-lambdas-spec.md
2 parents 3128591 + d687352 commit f44f09f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/reference/new-types/type-lambdas-spec.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ TypeBounds ::= [‘>:’ Type] [‘<:’ Type]
1515
### Type Checking
1616

1717
A type lambda such as `[X] =>> F[X]` defines a function from types to types. The parameter(s) may carry bounds and variance annotations.
18-
If a parameter is is bounded, as in `[X >: L <: H] =>> F[X]` it is checked that arguments to the parameters conform to the bounds `L` and `H`.
18+
If a parameter is bounded, as in `[X >: L <: H] =>> F[X]` it is checked that arguments to the parameters conform to the bounds `L` and `H`.
1919
Only the upper bound `H` can be F-bounded, i.e. `X` can appear in it.
2020

2121
A variance annotation on a parameter indicates a subtyping relationship on type instances. For instance, given

0 commit comments

Comments
 (0)