Skip to content

Commit 91f6fc6

Browse files
authored
Fix typo in side-effects documentation
1 parent 3b35222 commit 91f6fc6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/features/side-effects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The workflow will only call `random_int()` once and save the result, even if the
2929

3030
Signals are applied before the workflow continues execution. That means a signal-mutated variable can break replays unless the control flow decision is recorded deterministically.
3131

32-
Use `sideEffect` to snapshot any signal-driven branch decision:
32+
Use `sideEffect()` to snapshot any signal-driven branch decision:
3333

3434
```php
3535
use function Workflow\{activity, sideEffect};

0 commit comments

Comments
 (0)