From 7be9f15acbe0b92d475922201a3cb72547cde0be Mon Sep 17 00:00:00 2001 From: Malik Olivier Boussejra Date: Sun, 15 Apr 2018 11:42:06 +0900 Subject: [PATCH] window_draw_list: Fix typo in doc --- src/window_draw_list.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/window_draw_list.rs b/src/window_draw_list.rs index 7bb4e5c..9e3688c 100644 --- a/src/window_draw_list.rs +++ b/src/window_draw_list.rs @@ -409,7 +409,7 @@ impl<'ui, D: DrawAPI<'ui>> Rect<'ui, D> { } } -/// Represents a circle about to be drawn on the window +/// Represents a triangle about to be drawn on the window pub struct Triangle<'ui, D: 'ui> { p1: ImVec2, p2: ImVec2,