From a4f74624e19e642ee9bde126d707e23d19d2a494 Mon Sep 17 00:00:00 2001 From: dbr Date: Wed, 24 Feb 2021 20:07:05 +1100 Subject: [PATCH] Fix wording in imgui::draw_list docs --- imgui/src/draw_list.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imgui/src/draw_list.rs b/imgui/src/draw_list.rs index f12cf0c..ea0cd2f 100644 --- a/imgui/src/draw_list.rs +++ b/imgui/src/draw_list.rs @@ -1,4 +1,4 @@ -//! The draw list lets you create custom graphics with a window. +//! The draw list lets you create custom graphics within a window. //! //! Each dear imgui window contains its own draw list. You can use //! [`Ui::get_window_draw_list`] to access the current window draw