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.
2 parents 11bd978 + 8b5ddf5 commit d943616Copy full SHA for d943616
docs/docs/reference/contextual/context-functions.md
@@ -11,7 +11,7 @@ type Executable[T] = ExecutionContext ?=> T
11
```
12
Context function are written using `?=>` as the "arrow" sign.
13
They are applied to synthesized arguments, in
14
-the same way methods with context parameters is applied. For instance:
+the same way methods with context parameters are applied. For instance:
15
```scala
16
given ec as ExecutionContext = ...
17
0 commit comments