From a8a2b9e0bb5510c59e3d24fad91eb86ff02f4270 Mon Sep 17 00:00:00 2001 From: Denis NICOLAS <73497614+denicolas@users.noreply.github.com> Date: Tue, 15 Feb 2022 19:39:46 +0100 Subject: [PATCH] Fix another typo in Using the SurfaceTool (#5612) --- tutorials/3d/procedural_geometry/surfacetool.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/3d/procedural_geometry/surfacetool.rst b/tutorials/3d/procedural_geometry/surfacetool.rst index 27cbbb148..17902727e 100644 --- a/tutorials/3d/procedural_geometry/surfacetool.rst +++ b/tutorials/3d/procedural_geometry/surfacetool.rst @@ -22,7 +22,7 @@ Attributes are added before each vertex is added: st.add_normal() # Normal never added to a vertex. When finished generating your geometry with the :ref:`SurfaceTool ` -call ``commit()`` to finished generating the mesh. If an :ref:`ArrayMesh ` is passed +call ``commit()`` to finish generating the mesh. If an :ref:`ArrayMesh ` is passed to ``commit()`` then it appends a new surface to the end of the ArrayMesh. While if nothing is passed in, ``commit()`` returns an ArrayMesh.