Ver Fonte

Merge pull request #76 from her001/custom_draw_2d

Remove extra word in "Custom drawing in 2d"
Julian Murgia há 9 anos atrás
pai
commit
9034b240c5
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      tutorials/2d/custom_drawing_in_2d.rst

+ 1 - 1
tutorials/2d/custom_drawing_in_2d.rst

@@ -7,7 +7,7 @@ Why?
 ----
 ----
 
 
 Godot has nodes to draw sprites, polygons, particles, and all sort of
 Godot has nodes to draw sprites, polygons, particles, and all sort of
-stuff. For far most cases this is enough, but not always. If something
+stuff. For most cases this is enough, but not always. If something
 desired is not supported, and before crying in fear, angst and range
 desired is not supported, and before crying in fear, angst and range
 because a node to draw that-specific-something does not exist.. it would
 because a node to draw that-specific-something does not exist.. it would
 be good to know that it is possible to easily make any 2D node (be it
 be good to know that it is possible to easily make any 2D node (be it