Skip to content

Commit

Permalink
AnimationUtils: Fix typo in docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Don McCurdy committed Oct 9, 2018
1 parent 8c0dbd7 commit eda81a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/api/en/animation/AnimationUtils.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ <h3>[method:Boolean isTypedArray]( object )</h3>
Returns *true* if the object is a typed array.
</p>

<h3>[method:AnimationClip mergeMorphTargetTracks]( [param:AnimationClip tracks], [param:Object3D root] )</h3>
<h3>[method:AnimationClip mergeMorphTargetTracks]( [param:AnimationClip clip], [param:Object3D root] )</h3>
<p>
Merges all KeyframeTracks that animate morph targets on a single mesh. The clip provided will
be modified and returned.
Expand Down
2 changes: 1 addition & 1 deletion docs/api/zh/animation/AnimationUtils.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ <h3>[method:Boolean isTypedArray]( object )</h3>

</p>

<h3>[method:AnimationClip mergeMorphTargetTracks]( [param:AnimationClip tracks], [param:Object3D root] )</h3>
<h3>[method:AnimationClip mergeMorphTargetTracks]( [param:AnimationClip clip], [param:Object3D root] )</h3>
<p></p>

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

0 comments on commit eda81a8

Please sign in to comment.