We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 221898a commit 0d69647Copy full SHA for 0d69647
docs/docs/reference/other-new-features/tupled-function.md
@@ -26,7 +26,7 @@ sealed trait TupledFunction[F, G] {
26
The compiler will synthesize an instance of `TupledFunction[F, G]` if:
27
28
* `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`
+* `G` is a function with a single tuple argument of size `N` and its types are equal to the arguments of `F`
30
* The return type of `F` is equal to the return type of `G`
31
* `F` and `G` are the same kind of function (both are `(...) => R` or both are `(...) ?=> R`)
32
* If only one of `F` or `G` is instantiated the second one is inferred.
0 commit comments