Skip to content

Commit 4f1adf0

Browse files
authored
Update context-functions-spec.md
I think the doc is missing the question mark in the the entry: T1, ..., TN => R at line 20. It should be T1, ..., TN ?=> R.
1 parent 30e10b5 commit 4f1adf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Context function types associate to the right, e.g.
1717

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

0 commit comments

Comments
 (0)