From 124ed5e4baf2e9ff85957f653c54b7884183286e Mon Sep 17 00:00:00 2001 From: njust Date: Mon, 5 Sep 2022 12:02:31 +0200 Subject: [PATCH] Fixed typo (#1990) * Fixed typo * fix grammar too Co-authored-by: Emil Ernerfeldt --- crates/egui/src/ui.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/egui/src/ui.rs b/crates/egui/src/ui.rs index bb915b49..4588c65d 100644 --- a/crates/egui/src/ui.rs +++ b/crates/egui/src/ui.rs @@ -2025,7 +2025,7 @@ impl Ui { self.placer.set_row_height(height); } - /// Temporarily split split an Ui into several columns. + /// Temporarily split a [`Ui`] into several columns. /// /// ``` /// # egui::__run_test_ui(|ui| {