Skip to content

Commit

Permalink
[Minor typo] Fix article in "an fix" (astral-sh#12797)
Browse files Browse the repository at this point in the history
  • Loading branch information
yury-fedotov authored Aug 11, 2024
1 parent 0c2b88f commit feba503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/ruff_diagnostics/src/violation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit feba503

Please sign in to comment.