Skip to content

Commit

Permalink
Fix typo in AnyBitPattern docs (#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
lberrymage committed Jan 25, 2024
1 parent 1e1a22e commit 5f93477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/anybitpattern.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ use crate::{Pod, Zeroable};
///
/// [`AnyBitPattern`] is a subset of [`Zeroable`], meaning that any `T:
/// AnyBitPattern` is also [`Zeroable`], but any `T: Zeroable` is not
/// necessarily [`AnyBitPattern ]
/// necessarily [`AnyBitPattern`]
///
/// # Derive
///
Expand Down

0 comments on commit 5f93477

Please sign in to comment.