diff --git a/crates/egui/src/containers/window.rs b/crates/egui/src/containers/window.rs index 9bc22b08c97..2f5f2a511d4 100644 --- a/crates/egui/src/containers/window.rs +++ b/crates/egui/src/containers/window.rs @@ -356,7 +356,7 @@ impl<'open> Window<'open> { self } - /// If there is ScrollArea, For each axis, should the containing area shrink if the content is small? + /// If there is [`ScrollArea`], For each axis, should the containing area shrink if the content is small? /// /// Show the [`ScrollArea::auto_shrink`] #[inline]