Skip to content

Commit eda81a8

Browse files
author
Don McCurdy
committed
AnimationUtils: Fix typo in docs.
1 parent 8c0dbd7 commit eda81a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/api/en/animation/AnimationUtils.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ <h3>[method:Boolean isTypedArray]( object )</h3>
4949
Returns *true* if the object is a typed array.
5050
</p>
5151

52-
<h3>[method:AnimationClip mergeMorphTargetTracks]( [param:AnimationClip tracks], [param:Object3D root] )</h3>
52+
<h3>[method:AnimationClip mergeMorphTargetTracks]( [param:AnimationClip clip], [param:Object3D root] )</h3>
5353
<p>
5454
Merges all KeyframeTracks that animate morph targets on a single mesh. The clip provided will
5555
be modified and returned.

docs/api/zh/animation/AnimationUtils.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ <h3>[method:Boolean isTypedArray]( object )</h3>
4747

4848
</p>
4949

50-
<h3>[method:AnimationClip mergeMorphTargetTracks]( [param:AnimationClip tracks], [param:Object3D root] )</h3>
50+
<h3>[method:AnimationClip mergeMorphTargetTracks]( [param:AnimationClip clip], [param:Object3D root] )</h3>
5151
<p></p>
5252

5353
<h3>[method:Array sortedArray]( values, stride, order )</h3>

0 commit comments

Comments
 (0)