Skip to content

Commit 71c54db

Browse files
committed
Fix typo in docs of std::mem
1 parent f315c35 commit 71c54db

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)