Skip to content

Commit d0cdc5d

Browse files
authored
fix parameter name in general example description
I suppose it should be `x1` and `xN` instead of `e1` and `eN` but maybe I misunderstand something because I don't see why only an upper approximation is possible.
1 parent 771d4c4 commit d0cdc5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/reference/dependent-function-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@ translates to
4848
}
4949

5050
where the result type parameter `R'` is an upper approximation of the
51-
true result type `R` that does not mention any of the parameters `e1, ..., eN`.
51+
true result type `R` that does not mention any of the parameters `x1, ..., xN`.
5252

5353

0 commit comments

Comments
 (0)