From e3b77e320a04f9bc2d29a15e21c412acb1337a48 Mon Sep 17 00:00:00 2001 From: Emil Ernerfeldt Date: Wed, 27 Apr 2022 09:59:05 +0200 Subject: [PATCH] Fix broken doclink --- egui/src/ui.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/egui/src/ui.rs b/egui/src/ui.rs index 5fb7ac69..76278271 100644 --- a/egui/src/ui.rs +++ b/egui/src/ui.rs @@ -1375,7 +1375,7 @@ impl Ui { Checkbox::new(checked, text).ui(self) } - /// Acts like a checkbox, but looks like a [`SelectableValue`]. + /// Acts like a checkbox, but looks like a [`SelectableLabel`]. /// /// Click to toggle to bool. ///