Skip to content

Commit 90f9499

Browse files
authored
src: Clean up. (#31261)
* src: Clean up. * wip
1 parent 4dd9c05 commit 90f9499

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/Object3D.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ const _removedEvent = { type: 'removed' };
4747
const _childaddedEvent = { type: 'childadded', child: null };
4848

4949
/**
50-
* Fires when a new child object has been added.
50+
* Fires when a child object has been removed.
5151
*
5252
* @event Object3D#childremoved
5353
* @type {Object}

0 commit comments

Comments
 (0)