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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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