Skip to content

Commit c640885

Browse files
mod.rs: fix typo
"destructors" was misspelled.
1 parent 3f4227a commit c640885

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/prelude/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
//! * [`std::marker`]::{[`Copy`], [`Send`], [`Sized`], [`Sync`]}. The marker
5656
//! traits indicate fundamental properties of types.
5757
//! * [`std::ops`]::{[`Drop`], [`Fn`], [`FnMut`], [`FnOnce`]}. Various
58-
//! operations for both destuctors and overloading `()`.
58+
//! operations for both destructors and overloading `()`.
5959
//! * [`std::mem`]::[`drop`], a convenience function for explicitly dropping a
6060
//! value.
6161
//! * [`std::boxed`]::[`Box`], a way to allocate values on the heap.

0 commit comments

Comments
 (0)