Skip to content

Commit 7869b52

Browse files
authored
Sync with the stable documentation branch (#17013)
This pull request is syncing the main with changes from language-reference-stable. It was created automatically after 3a136f5 by @bishabosha
2 parents c1809bc + 3a136f5 commit 7869b52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/_docs/reference/contextual/derivation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ If `F` and `DerivingType` take the same number of arguments (`N == K`):
102102
```scala
103103
given TC[DerivingType] = TC.derived
104104
// simplified form of:
105-
given TC[ [A_1, ..., A_K] => DerivingType[A_1, ..., A_K] ] = TC.derived
105+
given TC[ [A_1, ..., A_K] =>> DerivingType[A_1, ..., A_K] ] = TC.derived
106106
```
107107
If `DerivingType` takes less arguments than `F` (`N < K`), we use only the rightmost parameters from the type lambda:
108108
```scala

0 commit comments

Comments
 (0)