window_draw_list: Fix typo in doc

This commit is contained in:
Malik Olivier Boussejra 2018-04-15 11:42:06 +09:00
parent 746bdc5ef3
commit 7be9f15acb

View File

@ -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,