From 396512a982448691293cc53381a3d34dff691121 Mon Sep 17 00:00:00 2001 From: Jack Mac Date: Mon, 21 Feb 2022 17:18:22 -0500 Subject: [PATCH] lint --- imgui/src/popups.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imgui/src/popups.rs b/imgui/src/popups.rs index 4b5ebb3..401bfbc 100644 --- a/imgui/src/popups.rs +++ b/imgui/src/popups.rs @@ -242,7 +242,7 @@ impl Ui { } /// Close a popup. Should be called within the closure given as argument to - /// [`Ui::popup`] or [`Ui::popup_modal`]. + /// [`Ui::popup`] or [`Ui::modal_popup`]. #[doc(alias = "CloseCurrentPopup")] pub fn close_current_popup(&self) { unsafe { sys::igCloseCurrentPopup() };