Skip to content

Commit ca6e2cc

Browse files
authored
Merge pull request #4179 from robstoll/patch-4
fix parameter name in general example description
2 parents c5e40dc + d0cdc5d commit ca6e2cc

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)