We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07ef259 commit 46d2a96Copy full SHA for 46d2a96
library/core/src/ops/drop.rs
@@ -78,7 +78,7 @@
78
///
79
/// In other words, if you tried to explicitly call `Drop::drop` in the above example, you'd get a compiler error.
80
81
-/// If you'd like explicitly call the destructor of a value, [`mem::drop`] can be used instead.
+/// If you'd like to explicitly call the destructor of a value, [`mem::drop`] can be used instead.
82
83
/// [`mem::drop`]: drop
84
0 commit comments