Skip to content

Commit

Permalink
Rollup merge of rust-lang#31559 - scottrobertwhittaker:fix-typo, r=st…
Browse files Browse the repository at this point in the history
…eveklabnik

"destructors" was misspelled.

r? @steveklabnik
  • Loading branch information
Manishearth committed Feb 13, 2016
2 parents 42d17cc + c640885 commit 302e5cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/prelude/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
//! * [`std::marker`]::{[`Copy`], [`Send`], [`Sized`], [`Sync`]}. The marker
//! traits indicate fundamental properties of types.
//! * [`std::ops`]::{[`Drop`], [`Fn`], [`FnMut`], [`FnOnce`]}. Various
//! operations for both destuctors and overloading `()`.
//! operations for both destructors and overloading `()`.
//! * [`std::mem`]::[`drop`], a convenience function for explicitly dropping a
//! value.
//! * [`std::boxed`]::[`Box`], a way to allocate values on the heap.
Expand Down

0 comments on commit 302e5cb

Please sign in to comment.