We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1a6214 commit 57defcdCopy full SHA for 57defcd
1 file changed
src/scene/Systems.js
@@ -480,8 +480,8 @@ var Systems = new Class({
480
/**
481
* Send this Scene to sleep.
482
*
483
- * A sleeping Scene doesn't run it's update step or render anything, but it also isn't shut down
484
- * or have any of its systems or children removed, meaning it can be re-activated at any point and
+ * A sleeping Scene doesn't run its update step or render anything, but it also isn't shut down
+ * or has any of its systems or children removed, meaning it can be re-activated at any point and
485
* will carry on from where it left off. It also keeps everything in memory and events and callbacks
486
* from other Scenes may still invoke changes within it, so be careful what is left active.
487
0 commit comments