mirror of https://github.com/astral-sh/ruff
[Minor typo] Fix article in "an fix" (#12797)
This commit is contained in:
parent
0c2b88f224
commit
feba5031dc
|
|
@ -18,7 +18,7 @@ impl Display for FixAvailability {
|
|||
}
|
||||
|
||||
pub trait Violation: Debug + PartialEq + Eq {
|
||||
/// `None` in the case an fix is never available or otherwise Some
|
||||
/// `None` in the case a fix is never available or otherwise Some
|
||||
/// [`FixAvailability`] describing the available fix.
|
||||
const FIX_AVAILABILITY: FixAvailability = FixAvailability::None;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue