Skip to content

Commit e4c0edd

Browse files
committed
Typo fix
1 parent da3629b commit e4c0edd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/mem/manually_drop.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ impl<T: ?Sized> ManuallyDrop<T> {
121121
/// This function runs the destructor of the contained value and thus the wrapped value
122122
/// now represents uninitialized data. It is up to the user of this method to ensure the
123123
/// uninitialized data is not actually used.
124-
/// In particular, this function can only be called called at most once
124+
/// In particular, this function can only be called at most once
125125
/// for a given instance of `ManuallyDrop<T>`.
126126
///
127127
/// [`ManuallyDrop::into_inner`]: #method.into_inner

0 commit comments

Comments
 (0)