Skip to content

Commit 8ed6b59

Browse files
Merge pull request #10459 from costa100/patch-1
Update context-functions-spec.md
2 parents 03d104d + bfeeab7 commit 8ed6b59

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/docs/reference/contextual/context-functions-spec.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ Context function types associate to the right, e.g.
1919

2020
Context function types are shorthands for class types that define `apply`
2121
methods with context parameters. Specifically, the `N`-ary function type
22-
`T1, ..., TN => R` is a shorthand for the class type
22+
23+
`T1, ..., TN ?=> R` is a shorthand for the class type
2324
`ContextFunctionN[T1, ..., TN, R]`. Such class types are assumed to have the following definitions, for any value of `N >= 1`:
2425

2526
```scala

0 commit comments

Comments
 (0)