Skip to content

Commit

Permalink
Rollup merge of rust-lang#28525 - Wallacoloo:book-4.8-double-more, r=…
Browse files Browse the repository at this point in the history
…steveklabnik

This is a simple grammar fix in which the previous author accidentally repeated a word when (s)he shouldn't have.
  • Loading branch information
Manishearth committed Sep 20, 2015
2 parents fb690c7 + a35f1b2 commit 8f8fe81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/trpl/choosing-your-guarantees.md
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ there's a lot of concurrent access happening.

# Composition

A common gripe when reading Rust code is with types like `Rc<RefCell<Vec<T>>>` (or even more more
A common gripe when reading Rust code is with types like `Rc<RefCell<Vec<T>>>` (or even more
complicated compositions of such types). It's not always clear what the composition does, or why the
author chose one like this (and when one should be using such a composition in one's own code)

Expand Down

0 comments on commit 8f8fe81

Please sign in to comment.