Browse Source

Fix grammar in Procedural Geometry

Rémi Verschelde 6 years ago
parent
commit
d420d5d132
1 changed files with 1 additions and 1 deletions
  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.