]> git.proxmox.com Git - rustc.git/blobdiff - library/core/src/ptr/non_null.rs
New upstream version 1.55.0+dfsg1
[rustc.git] / library / core / src / ptr / non_null.rs
index 1c65518af04f56090efd7b6859268b5389584695..3ab40f1faa1d6a2bad27b7dba6a02f5b7f8b4136 100644 (file)
@@ -194,7 +194,7 @@ impl<T: ?Sized> NonNull<T> {
         }
     }
 
-    /// Decompose a (possibly wide) pointer into is address and metadata components.
+    /// Decompose a (possibly wide) pointer into its address and metadata components.
     ///
     /// The pointer can be later reconstructed with [`NonNull::from_raw_parts`].
     #[unstable(feature = "ptr_metadata", issue = "81513")]