Răsfoiți Sursa

Fix a typo.

Attila Oláh 3 ani în urmă
părinte
comite
c21af8c94b
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      tutorials/3d/procedural_geometry/arraymesh.rst

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

@@ -48,7 +48,7 @@ ArrayMesh
 ---------
 ---------
 
 
 Add an :ref:`ArrayMesh <class_arraymesh>` to a MeshInstance. Normally, adding an ArrayMesh in
 Add an :ref:`ArrayMesh <class_arraymesh>` to a MeshInstance. Normally, adding an ArrayMesh in
-the editor is not useful, but in this case it allows as to access the ArrayMesh from code
+the editor is not useful, but in this case it allows us to access the ArrayMesh from code
 without creating one.
 without creating one.
 
 
 Next, add a script to the MeshInstance.
 Next, add a script to the MeshInstance.