diff --git a/src/core/Runner.js b/src/core/Runner.js index 7b6555ff..df6f0f77 100644 --- a/src/core/Runner.js +++ b/src/core/Runner.js @@ -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 */