Skip to content

Commit f8cb833

Browse files
authored
fix: explain that example is not deterministic (#6612)
1 parent 3764989 commit f8cb833

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pages/en/learn/asynchronous-work/understanding-processnexttick.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,13 @@ process.nextTick(() => {
4242
});
4343
```
4444

45-
#### Output:
45+
#### Example output:
4646

4747
```bash
4848
Hello => number 1
4949
Running at next tick => number 2
5050
Running before the timeout => number 3
5151
The timeout running last => number 4
5252
```
53+
54+
The exact output may differ from run to run.

0 commit comments

Comments
 (0)