mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-26 11:59:10 +00:00
Fix typo in MeasureMode comment (#6508)
This commit is contained in:
parent
0c9ded9d84
commit
7c4aa3948b
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue