We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 783c3fc commit a35f1b2Copy full SHA for a35f1b2
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