diff --git a/crates/egui/src/ui.rs b/crates/egui/src/ui.rs index 63eebba45bf9..8f3359c6901b 100644 --- a/crates/egui/src/ui.rs +++ b/crates/egui/src/ui.rs @@ -2391,7 +2391,7 @@ impl Ui { /// Temporarily split a [`Ui`] into several columns. /// - /// The same as [Self::columns()], but uses a constant for the column count. + /// The same as [`Self::columns()`], but uses a constant for the column count. /// This allows for compile-time bounds checking, and makes the compiler happy. /// /// ```