Skip to content

Commit 302e5cb

Browse files
committed
Rollup merge of rust-lang#31559 - scottrobertwhittaker:fix-typo, r=steveklabnik
"destructors" was misspelled. r? @steveklabnik
2 parents 42d17cc + c640885 commit 302e5cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/prelude/mod.rs

Lines changed: 1 addition & 1 deletion
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)