浏览代码

Fix missing word in Beziers, curves and paths (#5654)

Arpit Srivastava 3 年之前
父节点
当前提交
fa129f000d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tutorials/math/beziers_and_curves.rst

+ 1 - 1
tutorials/math/beziers_and_curves.rst

@@ -56,7 +56,7 @@ along a curve.
         Vector2 r = q0.LinearInterpolate(q1, t);
         return r;
 
-This type of is called a *Quadratic Bezier* curve.
+This type of curve is called a *Quadratic Bezier* curve.
 
 .. image:: img/bezier_quadratic_points2.gif