Pārlūkot izejas kodu

correct length -> count (#9510)

aardgoose 9 gadi atpakaļ
vecāks
revīzija
2d923caf7d
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      docs/api/core/BufferAttribute.html

+ 1 - 1
docs/api/core/BufferAttribute.html

@@ -34,7 +34,7 @@
 		attribute is storing a 3-component vector (such as a position, normal, or color), then itemSize should be 3.
 		</div>
 
-		<h3>[property:Integer length]</h3>
+		<h3>[property:Integer count]</h3>
 		<div>
 		Gives the total number of elements in the array.
 		</div>