Browse Source

Merge pull request #8747 from theDrake/patch-1

Fix typo: 'generated' -> 'generate'
Matthew 1 year ago
parent
commit
cbb48e1f7b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tutorials/3d/procedural_geometry/index.rst

+ 1 - 1
tutorials/3d/procedural_geometry/index.rst

@@ -115,7 +115,7 @@ ImmediateMesh
 ImmediateMesh is a mesh that uses an immediate mode style interface (like
 ImmediateMesh is a mesh that uses an immediate mode style interface (like
 SurfaceTool) to draw objects. The difference between ImmediateMesh and the
 SurfaceTool) to draw objects. The difference between ImmediateMesh and the
 SurfaceTool is that ImmediateMesh is drawn directly with code dynamically, while
 SurfaceTool is that ImmediateMesh is drawn directly with code dynamically, while
-the SurfaceTool is used to generated a Mesh that you can do whatever you want
+the SurfaceTool is used to generate a Mesh that you can do whatever you want
 with.
 with.
 
 
 ImmediateMesh is useful for prototyping because of its straightforward API, but
 ImmediateMesh is useful for prototyping because of its straightforward API, but