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

fix typo in text_layout_types (#2150)

This commit is contained in:
Parth
2022-10-14 02:03:47 -04:00
committed by GitHub
parent a1f6f68213
commit 02d1e7492a

View File

@@ -306,7 +306,7 @@ impl Default for TextWrapping {
// ----------------------------------------------------------------------------
/// Text that has been layed out, ready for painting.
/// Text that has been laid out, ready for painting.
///
/// You can create a [`Galley`] using [`crate::Fonts::layout_job`];
///