We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eea5766 + c640885 commit 3369665Copy full SHA for 3369665
src/libstd/prelude/mod.rs
@@ -55,7 +55,7 @@
55
//! * [`std::marker`]::{[`Copy`], [`Send`], [`Sized`], [`Sync`]}. The marker
56
//! traits indicate fundamental properties of types.
57
//! * [`std::ops`]::{[`Drop`], [`Fn`], [`FnMut`], [`FnOnce`]}. Various
58
-//! operations for both destuctors and overloading `()`.
+//! operations for both destructors and overloading `()`.
59
//! * [`std::mem`]::[`drop`], a convenience function for explicitly dropping a
60
//! value.
61
//! * [`std::boxed`]::[`Box`], a way to allocate values on the heap.
0 commit comments