0
0
Fork 0
mirror of https://github.com/liabru/matter-js.git synced 2025-02-11 19:24:48 -05:00

Fix doc typo for pausing

This commit is contained in:
ggorlen 2022-03-23 19:36:09 -07:00
parent 014ef77d1e
commit 2632e37526

View file

@ -173,7 +173,7 @@ var Common = require('./Common');
/** /**
* Ends execution of `Runner.run` on the given `runner`, by canceling the animation frame request event loop. * Ends execution of `Runner.run` on the given `runner`, by canceling the animation frame request event loop.
* If you wish to only temporarily pause the engine, see `engine.enabled` instead. * If you wish to only temporarily pause the engine, see `runner.enabled` instead.
* @method stop * @method stop
* @param {runner} runner * @param {runner} runner
*/ */