diff --git a/crates/egui/src/containers/scroll_area.rs b/crates/egui/src/containers/scroll_area.rs index 6065092cd51..459cdf345a7 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,