mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-03 10:23:11 +00:00
[Minor typo] Fix article in "an fix" (#12797)
This commit is contained in:
parent
0c2b88f224
commit
feba5031dc
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue