1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-28 07:23:13 -04:00

Fixed typo (#1990)

* Fixed typo

* fix grammar too

Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com>
This commit is contained in:
njust
2022-09-05 12:02:31 +02:00
committed by GitHub
parent 613a664c45
commit 124ed5e4ba

View File

@@ -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| {