Fix typo in AnyBitPattern docs (#221)

This commit is contained in:
Logan Magee 2024-01-24 19:58:00 -07:00 committed by GitHub
parent 1e1a22e5ea
commit 5f93477418
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,7 +14,7 @@ use crate::{Pod, Zeroable};
/// ///
/// [`AnyBitPattern`] is a subset of [`Zeroable`], meaning that any `T: /// [`AnyBitPattern`] is a subset of [`Zeroable`], meaning that any `T:
/// AnyBitPattern` is also [`Zeroable`], but any `T: Zeroable` is not /// AnyBitPattern` is also [`Zeroable`], but any `T: Zeroable` is not
/// necessarily [`AnyBitPattern ] /// necessarily [`AnyBitPattern`]
/// ///
/// # Derive /// # Derive
/// ///