0
0
Fork 0
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:
NCE 2021-01-31 15:08:31 +03:00 committed by GitHub
parent 7bfd3c2b78
commit a360e31017
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
*/