Gregg Tavares 6 年之前
父节点
当前提交
dc439e9b99
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      threejs/lessons/threejs-game.md

+ 1 - 1
threejs/lessons/threejs-game.md

@@ -1859,7 +1859,7 @@ class CoroutineRunner {
 ```
 
 It does things similar to `SafeArray` to make sure that it's safe to add or remove
-coroutines will other coroutines are running. It also handles nested coroutines.
+coroutines while other coroutines are running. It also handles nested coroutines.
 
 To make a coroutine you make a [JavaScript generator function](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/function*).
 A generator function has preceded by the keyword `function*` (the asterisk is important!)