We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e90edee commit 5debdd7Copy full SHA for 5debdd7
library/core/src/ptr/alignment.rs
@@ -198,7 +198,7 @@ impl From<Alignment> for NonZero<usize> {
198
199
#[unstable(feature = "ptr_alignment_type", issue = "102070")]
200
impl From<Alignment> for usize {
201
- /// `Alignment` is unsined so the inner value is returned
+ /// `Alignment` is unsigned so the inner value is returned
202
#[inline]
203
fn from(align: Alignment) -> usize {
204
align.as_usize()
0 commit comments