mirror of https://github.com/webpack/webpack.git
fix: grammar
This commit is contained in:
parent
e0089223a0
commit
936a0dc24a
|
|
@ -369,7 +369,7 @@ class ChunkGroup {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* we need to iterate again over the children
|
* 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
|
* This can not be done in the above loop
|
||||||
* as it is not guaranteed that `this._parents` contains anything.
|
* as it is not guaranteed that `this._parents` contains anything.
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue