fix: grammar

This commit is contained in:
jamesgeorge007 2019-08-09 23:27:28 +05:30
parent e0089223a0
commit 936a0dc24a
1 changed files with 1 additions and 1 deletions

View File

@ -369,7 +369,7 @@ class ChunkGroup {
/**
* we need to iterate again over the children
* to remove this from the childs parents.
* to remove this from the child's parents.
* This can not be done in the above loop
* as it is not guaranteed that `this._parents` contains anything.
*/