mirror of https://github.com/astral-sh/ruff
Fix typo in MeasureMode comment (#6508)
This commit is contained in:
parent
0c9ded9d84
commit
7c4aa3948b
|
|
@ -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,
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue