Skip to content

Commit

Permalink
Fix typo in docs of std::mem
Browse files Browse the repository at this point in the history
  • Loading branch information
ratijas committed Jun 15, 2020
1 parent f315c35 commit 71c54db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libcore/mem/mod.rs
Expand Up @@ -129,7 +129,7 @@ pub use crate::intrinsics::transmute;
/// erring on the side of (double-)dropping.
///
/// Also, `ManuallyDrop` prevents us from having to "touch" `v` after transferring the
/// 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
/// running its destructor is entirely avoided.
///
/// [drop]: fn.drop.html
Expand Down

0 comments on commit 71c54db

Please sign in to comment.