Skip to content

Commit feba503

Browse files
authored
[Minor typo] Fix article in "an fix" (#12797)
1 parent 0c2b88f commit feba503

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/ruff_diagnostics/src/violation.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ impl Display for FixAvailability {
1818
}
1919

2020
pub trait Violation: Debug + PartialEq + Eq {
21-
/// `None` in the case an fix is never available or otherwise Some
21+
/// `None` in the case a fix is never available or otherwise Some
2222
/// [`FixAvailability`] describing the available fix.
2323
const FIX_AVAILABILITY: FixAvailability = FixAvailability::None;
2424

0 commit comments

Comments
 (0)