[Minor typo] Fix article in "an fix" (#12797)

This commit is contained in:
Yury Fedotov 2024-08-10 21:22:00 -04:00 committed by GitHub
parent 0c2b88f224
commit feba5031dc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;