mirror of
https://github.com/liabru/matter-js.git
synced 2025-02-07 19:06:26 -05:00
Fix doc typo for pausing
This commit is contained in:
parent
014ef77d1e
commit
2632e37526
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
* 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
|
||||
* @param {runner} runner
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue