diff --git a/documentation/src/drawing.dox b/documentation/src/drawing.dox
index e89aed68a..f82dc5316 100644
--- a/documentation/src/drawing.dox
+++ b/documentation/src/drawing.dox
@@ -551,8 +551,8 @@ Add a single vertex to the current path.
void fl_curve(double X0, double Y0, double X1, double Y1, double X2, double Y2, double X3, double Y3)
\par
-Add a series of points on a Bezier curve to the path. The curve ends
-(and two of the points) are at X0,Y0 and X3,Y3.
+Add a series of points on a Bezier curve to the path. The curve ends
+(and two of the points are) at X0,Y0 and X3,Y3.
\anchor drawing_fl_arc
void fl_arc(double x, double y, double r, double start, double end)