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,