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

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`];
///