Explorar o código

Fix grammar in Procedural Geometry

Rémi Verschelde %!s(int64=6) %!d(string=hai) anos
pai
achega
d420d5d132
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tutorials/content/procedural_geometry.rst

+ 1 - 1
tutorials/content/procedural_geometry.rst

@@ -3,7 +3,7 @@
 Procedural geometry generation
 ==============================
 
-Users often ask how to generate geometry from easily code. This is not very complicated, but it's not obvious.
+Users often ask how to generate geometry from code. This is not very complicated, but it's not obvious.
 Godot provides a few classes entirely dedicated to make it this easy. Still, the best tool for the job depends
 entirely on the use case.