From 6a1131f1c90409d7bc766d001b892b22a5e3322b Mon Sep 17 00:00:00 2001 From: Emil Ernerfeldt Date: Tue, 3 Dec 2024 09:55:25 +0100 Subject: [PATCH] Fix docstring backticks --- crates/egui/src/containers/scroll_area.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/egui/src/containers/scroll_area.rs b/crates/egui/src/containers/scroll_area.rs index 6065092c..3c14a02e 100644 --- a/crates/egui/src/containers/scroll_area.rs +++ b/crates/egui/src/containers/scroll_area.rs @@ -500,8 +500,8 @@ struct Prepared { scrolling_enabled: bool, stick_to_end: Vec2b, - /// If there was a scroll target before the ScrollArea was added this frame, it's - /// not for us to handle so we save it and restore it after this ScrollArea is done. + /// If there was a scroll target before the [`ScrollArea`] was added this frame, it's + /// not for us to handle so we save it and restore it after this [`ScrollArea`] is done. saved_scroll_target: [Option; 2], animated: bool,