We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 66a1da3 + 71c54db commit 759547bCopy full SHA for 759547b
src/libcore/mem/mod.rs
@@ -129,7 +129,7 @@ pub use crate::intrinsics::transmute;
129
/// erring on the side of (double-)dropping.
130
///
131
/// Also, `ManuallyDrop` prevents us from having to "touch" `v` after transferring the
132
-/// ownership to `s` - the final step of interacting with `v` to dispoe of it without
+/// ownership to `s` — the final step of interacting with `v` to dispose of it without
133
/// running its destructor is entirely avoided.
134
135
/// [drop]: fn.drop.html
0 commit comments