Skip to content

Commit 3bb33a9

Browse files
committed
Drop extraneous backtick
1 parent 71790bc commit 3bb33a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Then `TL1 <: TL2`, if
5151
Here we have relied on alpha renaming to bring match the two bound types `X`.
5252

5353
A partially applied type constructor such as `List` is assumed to be equivalent to
54-
its eta expansion. I.e, `List = `[+X] => List[X]`. This allows type constructors
54+
its eta expansion. I.e, `List = [+X] => List[X]`. This allows type constructors
5555
to be compared with type lambdas.
5656

5757
## Relationship with Parameterized Type Definitions

0 commit comments

Comments
 (0)