diff --git a/src/core/p5.Renderer3D.js b/src/core/p5.Renderer3D.js
index 1fde0670bc..9a3ded2a73 100644
--- a/src/core/p5.Renderer3D.js
+++ b/src/core/p5.Renderer3D.js
@@ -477,10 +477,6 @@ export class Renderer3D extends Renderer {
* combining them with `buildGeometry()` once and then drawing that will run
* faster than repeatedly drawing the individual pieces.
*
- * One can also draw shapes directly between
- * beginGeometry() and
- * endGeometry() instead of using a callback
- * function.
* @param {Function} callback A function that draws shapes.
* @returns {p5.Geometry} The model that was built from the callback function.
*/