Fix typo in MeasureMode comment (#6508)

This commit is contained in:
Chris Pryer 2023-08-11 13:46:59 -04:00 committed by GitHub
parent 0c9ded9d84
commit 7c4aa3948b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1379,7 +1379,7 @@ enum MeasureMode {
/// Returns /// Returns
FirstLine, FirstLine,
/// The content only fits if non of the lines exceed the print width. Lines are terminated by either /// The content only fits if none of the lines exceed the print width. Lines are terminated by either
/// a hard line break or a soft line break in [`PrintMode::Expanded`]. /// a hard line break or a soft line break in [`PrintMode::Expanded`].
AllLines, AllLines,
} }