Skip to content

Commit f628eab

Browse files
authored
Update limitations.md
1 parent 6cfb385 commit f628eab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pages/limitations.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Next, adding simultaneous collision makes the answer worse.
3333

3434
## Determinism
3535

36-
For the same input, and same binary, Box2D/Planck.js will reproduce any simulation.
36+
For the same input, and same javascript runtime, Box2D/Planck.js will reproduce any simulation.
3737
Box2D/Planck.js does not use any random numbers nor base any computation on random events (such as timers, etc).
3838

3939
However, people often want more stringent determinism.

0 commit comments

Comments
 (0)