From 7ce58d9c6e37fd81f1649596916a6aaa8e78dd66 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Wed, 5 Jan 2022 02:05:56 +0100 Subject: Fix missing period in `CanvasItem.draw_primitive()` description --- doc/classes/CanvasItem.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/CanvasItem.xml b/doc/classes/CanvasItem.xml index 0f9f4f6fbc..a7b2434def 100644 --- a/doc/classes/CanvasItem.xml +++ b/doc/classes/CanvasItem.xml @@ -201,7 +201,7 @@ - Draws a custom primitive. 1 point for a point, 2 points for a line, 3 points for a triangle, and 4 points for a quad. If 0 points or more than 4 points are specified, nothing will be drawn and an error message will be printed. See also [method draw_line], [method draw_polyline], [method draw_polygon], [method draw_rect] + Draws a custom primitive. 1 point for a point, 2 points for a line, 3 points for a triangle, and 4 points for a quad. If 0 points or more than 4 points are specified, nothing will be drawn and an error message will be printed. See also [method draw_line], [method draw_polyline], [method draw_polygon], and [method draw_rect]. -- cgit v1.2.3