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 7e808c2 commit 3a5678cCopy full SHA for 3a5678c
src/libcore/mem.rs
@@ -57,7 +57,7 @@ pub use intrinsics::transmute;
57
/// There's only a few reasons to use this function. The mainly come
58
/// up in unsafe code or FFI code.
59
///
60
-/// * You have an uninitialed value, perhaps for performance reasons, and
+/// * You have an uninitialized value, perhaps for performance reasons, and
61
/// need to prevent the destructor from running on it
62
/// * You have two copies of a value (like std::mem::swap), but need the
63
/// destructor to only run once to prevent a double free
0 commit comments