mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-04 18:58:04 +00:00
More typos found by codespell (#14880)
This commit is contained in:
parent
533e8a6ee6
commit
64944f2cf5
5 changed files with 6 additions and 6 deletions
|
@ -656,7 +656,7 @@ where
|
|||
let elements = buffer.elements();
|
||||
|
||||
let recorded = if self.start > elements.len() {
|
||||
// May happen if buffer was rewinded.
|
||||
// May happen if buffer was rewound.
|
||||
&[]
|
||||
} else {
|
||||
&elements[self.start..]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue