Skip to content

Commit 0d69647

Browse files
committed
doc(tupled): typo
1 parent 221898a commit 0d69647

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/reference/other-new-features/tupled-function.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ sealed trait TupledFunction[F, G] {
2626
The compiler will synthesize an instance of `TupledFunction[F, G]` if:
2727

2828
* `F` is a function type of arity `N`
29-
* `G` is a function with a single tuple argument of size `N` and it's types are equal to the arguments of `F`
29+
* `G` is a function with a single tuple argument of size `N` and its types are equal to the arguments of `F`
3030
* The return type of `F` is equal to the return type of `G`
3131
* `F` and `G` are the same kind of function (both are `(...) => R` or both are `(...) ?=> R`)
3232
* If only one of `F` or `G` is instantiated the second one is inferred.

0 commit comments

Comments
 (0)