Browse Source

Fix typo in Using the ArrayMesh (#6005)

snailrhymer 3 years ago
parent
commit
819aac60d7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tutorials/3d/procedural_geometry/arraymesh.rst

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

@@ -17,7 +17,7 @@ is constructed with empty brackets ``[]``. It stores a ``Packed**Array`` (e.g. P
 PackedInt32Array, etc.) for each type of information that will be used to build the surface.
 PackedInt32Array, etc.) for each type of information that will be used to build the surface.
 
 
 Common elements of ``arrays`` are listed below, together with the position they must have within ``arrays``.
 Common elements of ``arrays`` are listed below, together with the position they must have within ``arrays``.
-See :ref:`Mesh.ArrayType <enum_Mesh_ArrayType>` for a full list.`
+See :ref:`Mesh.ArrayType <enum_Mesh_ArrayType>` for a full list.
 
 
 
 
 .. list-table::
 .. list-table::