diff --git a/src/core/display/Container.js b/src/core/display/Container.js index a303599..9d59485 100644 --- a/src/core/display/Container.js +++ b/src/core/display/Container.js @@ -43,7 +43,7 @@ } /** - * Adds a child or multiple children to the container. + * Adds one or more children to the container. * * Multple items can be added like so: `myContainer.addChild(thinkOne, thingTwo, thingThree)` * @@ -194,7 +194,7 @@ } /** - * Removes a child from the container. + * Removes one or more children from the container. * * @param {...PIXI.DisplayObject} child - The DisplayObject(s) to remove * @return {PIXI.DisplayObject} The first child that was removed.