Fixed typo (#1990)
* Fixed typo * fix grammar too Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com>
This commit is contained in:
parent
613a664c45
commit
124ed5e4ba
1 changed files with 1 additions and 1 deletions
|
@ -2025,7 +2025,7 @@ impl Ui {
|
||||||
self.placer.set_row_height(height);
|
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| {
|
/// # egui::__run_test_ui(|ui| {
|
||||||
|
|
Loading…
Reference in a new issue