We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 06fa27d + da9e18b commit acad4ccCopy full SHA for acad4cc
src/libcore/ops/drop.rs
@@ -95,7 +95,7 @@
95
pub trait Drop {
96
/// Executes the destructor for this type.
97
///
98
- /// This method is called implilcitly when the value goes out of scope,
+ /// This method is called implicitly when the value goes out of scope,
99
/// and cannot be called explicitly (this is compiler error [E0040]).
100
/// However, the [`std::mem::drop`] function in the prelude can be
101
/// used to call the argument's `Drop` implementation.
0 commit comments