fix typo in text_layout_types (#2150)
This commit is contained in:
parent
a1f6f68213
commit
02d1e7492a
|
|
@ -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`];
|
/// You can create a [`Galley`] using [`crate::Fonts::layout_job`];
|
||||||
///
|
///
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue