From ebb8b45c49e4a06b8ffb36353f043605b5cfe773 Mon Sep 17 00:00:00 2001 From: Saurav Kumar <95sauravkumar95@gmail.com> Date: Thu, 4 Dec 2025 23:09:03 +0530 Subject: [PATCH] Fixed typo in BufferGeometry.js (#32477) Co-authored-by: Saurav Kumar Co-authored-by: Michael Herzog --- src/core/BufferGeometry.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/BufferGeometry.js b/src/core/BufferGeometry.js index c0554c06e4c105..314b229e83d046 100644 --- a/src/core/BufferGeometry.js +++ b/src/core/BufferGeometry.js @@ -134,7 +134,7 @@ class BufferGeometry extends EventDispatcher { * This dictionary holds the morph targets of the geometry. * * Note: Once the geometry has been rendered, the morph attribute data cannot - * be changed. You will have to call `dispose()?, and create a new geometry instance. + * be changed. You will have to call `dispose()`, and create a new geometry instance. * * @type {Object} */