Skip to content

Commit 22bce26

Browse files
authored
Simplify explanation of child workflows in parallel
1 parent 48862bb commit 22bce26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/features/concurrency.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Activity 1 will execute and complete before any other activities start. Activiti
8484

8585
## Child Workflows in Parallel
8686

87-
You can pass child workflows to `all()` along with with other activities. Both of these are just thin wrappers for React Promise's `all()`. It works the same way as parallel activity execution, but for child workflows. It allows you to fan out multiple child workflows and wait for all of them to complete together.
87+
You can pass child workflows to `all()` along with other activities. It works the same way as parallel activity execution, but for child workflows. It allows you to fan out multiple child workflows and wait for all of them to complete together.
8888

8989
```php
9090
use function Workflow\{all, child};

0 commit comments

Comments
 (0)