Skip to content

Commit 759547b

Browse files
authored
Rollup merge of rust-lang#73381 - ratijas:fix-typo-std-mem, r=jonas-schievink
Fix typo in docs of std::mem
2 parents 66a1da3 + 71c54db commit 759547b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/mem/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ pub use crate::intrinsics::transmute;
129129
/// erring on the side of (double-)dropping.
130130
///
131131
/// 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
132+
/// ownership to `s` the final step of interacting with `v` to dispose of it without
133133
/// running its destructor is entirely avoided.
134134
///
135135
/// [drop]: fn.drop.html

0 commit comments

Comments
 (0)