Skip to content

Commit bb6470f

Browse files
authored
Merge pull request #5 from tegonal/doc-dependent-fun
doc(dependent-fun): typo
2 parents 8c67691 + d72417d commit bb6470f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ FunctionN[K1, ..., Kn, R'] {
3131
```
3232

3333
where the result type parameter `R'` is the least upper approximation of the
34-
precise result type `R` without any referance to value parameters `x1, ..., xN`.
34+
precise result type `R` without any reference to value parameters `x1, ..., xN`.
3535

3636
The syntax and sementics of anonymous dependent functions is identical to the
3737
one of regular functions. Eta expansion is naturally generalized to produce

0 commit comments

Comments
 (0)