mirror of https://github.com/astral-sh/ruff
typo in comment
This commit is contained in:
parent
6fdb35a94d
commit
20579c3318
|
|
@ -1017,7 +1017,7 @@ impl CallChainLayout {
|
||||||
// ```
|
// ```
|
||||||
let mut computed_attribute_values_after_parentheses = 0;
|
let mut computed_attribute_values_after_parentheses = 0;
|
||||||
|
|
||||||
// Similar to the above, but instead looks at all
|
// Similar to the above, but instead looks at all calls
|
||||||
// and subscripts rather than looking only at those on
|
// and subscripts rather than looking only at those on
|
||||||
// _attribute values_. So this count can differ from the
|
// _attribute values_. So this count can differ from the
|
||||||
// above.
|
// above.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue