Skip to content

Commit 3d756a1

Browse files
authored
Clarify side effect handling and signal mutability
1 parent 587587e commit 3d756a1

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
@@ -27,7 +27,7 @@ The workflow will only call `random_int()` once and save the result, even if the
2727

2828
## Signals and Control Flow
2929

30-
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.
30+
Signal-mutated variables are sources of non-determinism and can break replays unless the control flow decision is recorded deterministically.
3131

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

0 commit comments

Comments
 (0)