Skip to content

Commit da9e18b

Browse files
authored
Update drop.rs
1 parent 06fa27d commit da9e18b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/ops/drop.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
pub trait Drop {
9696
/// Executes the destructor for this type.
9797
///
98-
/// This method is called implilcitly when the value goes out of scope,
98+
/// This method is called implicitly when the value goes out of scope,
9999
/// and cannot be called explicitly (this is compiler error [E0040]).
100100
/// However, the [`std::mem::drop`] function in the prelude can be
101101
/// used to call the argument's `Drop` implementation.

0 commit comments

Comments
 (0)