Skip to content

Commit 67275a4

Browse files
authored
BatchedMesh.js: Replace [name] in docstring (#32332)
1 parent 63b1811 commit 67275a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/objects/BatchedMesh.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -871,7 +871,7 @@ class BatchedMesh extends Mesh {
871871
}
872872

873873
/**
874-
* Repacks the sub geometries in [name] to remove any unused space remaining from
874+
* Repacks the sub geometries in BatchedMesh to remove any unused space remaining from
875875
* previously deleted geometry, freeing up space to add new geometry.
876876
*
877877
* @return {BatchedMesh} A reference to this batched mesh.

0 commit comments

Comments
 (0)