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.
are
is
1 parent 0e847de commit 8b5ddf5Copy full SHA for 8b5ddf5
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