Browse Source

Remove extra word in "Custom drawing in 2d"

HER0_01 9 years ago
parent
commit
afff1afffd
1 changed files with 1 additions and 1 deletions
  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