Skip to content

Commit 2d923ca

Browse files
aardgoosemrdoob
authored andcommitted
correct length -> count (mrdoob#9510)
1 parent b69761b commit 2d923ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/core/BufferAttribute.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ <h3>[property:Integer itemSize]</h3>
3434
attribute is storing a 3-component vector (such as a position, normal, or color), then itemSize should be 3.
3535
</div>
3636

37-
<h3>[property:Integer length]</h3>
37+
<h3>[property:Integer count]</h3>
3838
<div>
3939
Gives the total number of elements in the array.
4040
</div>

0 commit comments

Comments
 (0)