Skip to content

Commit

Permalink
Rollup merge of #73381 - ratijas:fix-typo-std-mem, r=jonas-schievink
Browse files Browse the repository at this point in the history
Fix typo in docs of std::mem
  • Loading branch information
Dylan-DPC authored Jun 15, 2020
2 parents d365be7 + 71c54db commit ac97474
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libcore/mem/mod.rs
Original file line number Diff line number Diff line change
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 ac97474

Please sign in to comment.