Fix grammar in Procedural Geometry

This commit is contained in:
Rémi Verschelde
2019-05-15 12:28:23 +02:00
parent d12a5c8182
commit d420d5d132

View File

@@ -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.