浏览代码

Update tutorials/2d/custom_drawing_in_2d.rst

Co-authored-by: A Thousand Ships <[email protected]>
Russell Sanborn 1 年之前
父节点
当前提交
c94407f642
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tutorials/2d/custom_drawing_in_2d.rst

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

@@ -246,7 +246,7 @@ Example 1: drawing a custom shape
 
 We will now use the custom drawing functionality of the Godot Engine to draw
 something that Godot doesn't provide functions for. We will recreate the Godot
-logo, but with code- only using drawing functions.
+logo but with code- only using drawing functions.
 
 You will have to code a function to perform this and draw it yourself.