diff --git a/src/core/Runner.js b/src/core/Runner.js index dac30f9..f827cfe 100644 --- a/src/core/Runner.js +++ b/src/core/Runner.js @@ -159,7 +159,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 runner, see `runner.enabled` instead. * @method stop * @param {runner} runner */