Skip to content

Commit 8b5ddf5

Browse files
authored
doc(context-functions): typo are instead of is
1 parent 0e847de commit 8b5ddf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ type Executable[T] = ExecutionContext ?=> T
1111
```
1212
Context function are written using `?=>` as the "arrow" sign.
1313
They are applied to synthesized arguments, in
14-
the same way methods with context parameters is applied. For instance:
14+
the same way methods with context parameters are applied. For instance:
1515
```scala
1616
given ec as ExecutionContext = ...
1717

0 commit comments

Comments
 (0)