We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb00206 commit 4d68d50Copy full SHA for 4d68d50
tutorials/3d/procedural_geometry/index.rst
@@ -115,7 +115,7 @@ ImmediateMesh
115
ImmediateMesh is a mesh that uses an immediate mode style interface (like
116
SurfaceTool) to draw objects. The difference between ImmediateMesh and the
117
SurfaceTool is that ImmediateMesh is drawn directly with code dynamically, while
118
-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
119
with.
120
121
ImmediateMesh is useful for prototyping because of its straightforward API, but
0 commit comments