Skip to content

Commit 27d5426

Browse files
authored
Rollup merge of rust-lang#86372 - snoyberg:patch-1, r=jonas-schievink
Typo correction: s/is/its
2 parents 1297235 + 770e8cc commit 27d5426

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/ptr/non_null.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ impl<T: ?Sized> NonNull<T> {
194194
}
195195
}
196196

197-
/// Decompose a (possibly wide) pointer into is address and metadata components.
197+
/// Decompose a (possibly wide) pointer into its address and metadata components.
198198
///
199199
/// The pointer can be later reconstructed with [`NonNull::from_raw_parts`].
200200
#[unstable(feature = "ptr_metadata", issue = "81513")]

0 commit comments

Comments
 (0)