From 2632e375269176288dd07b1c1a29661052ed61f8 Mon Sep 17 00:00:00 2001 From: ggorlen Date: Wed, 23 Mar 2022 19:36:09 -0700 Subject: [PATCH] Fix doc typo for pausing --- src/core/Runner.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/Runner.js b/src/core/Runner.js index 05d0293d..666c9bce 100644 --- a/src/core/Runner.js +++ b/src/core/Runner.js @@ -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 */