Skip to content

Commit

Permalink
Fix "more more" typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Wallacoloo committed Sep 20, 2015
1 parent 783c3fc commit a35f1b2
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 a35f1b2

Please sign in to comment.