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

View file

@ -1379,7 +1379,7 @@ enum MeasureMode {
/// Returns
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`].
AllLines,
}