Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3369665

Browse files
committedFeb 13, 2016
Rollup merge of rust-lang#31559 - scottrobertwhittaker:fix-typo, r=steveklabnik
"destructors" was misspelled. r? @steveklabnik
2 parents eea5766 + c640885 commit 3369665

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)
Please sign in to comment.