We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fb690c7 + a35f1b2 commit 8f8fe81Copy full SHA for 8f8fe81
src/doc/trpl/choosing-your-guarantees.md
@@ -321,7 +321,7 @@ there's a lot of concurrent access happening.
321
322
# Composition
323
324
-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
325
complicated compositions of such types). It's not always clear what the composition does, or why the
326
author chose one like this (and when one should be using such a composition in one's own code)
327
0 commit comments