Skip to content

Commit acad4cc

Browse files
committed
Auto merge of rust-lang#49571 - anderspitman:patch-1, r=frewsxcv
Update drop.rs
2 parents 06fa27d + da9e18b commit acad4cc

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)