mirror of
https://github.com/liabru/matter-js.git
synced 2025-02-07 19:06:26 -05:00
Fix potential typo in docs
This commit is contained in:
parent
7bfd3c2b78
commit
a360e31017
1 changed files with 1 additions and 1 deletions
|
@ -197,7 +197,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