Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
notriddle committed Jul 5, 2017
1 parent 5ff433e commit 87042ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion text/0000-refcell-replace.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ One of the most important parts of the ergonomics initiative has been reducing
"type tetris" exactly like that `&mut *`.

It also seems weird that this use-case is so much cleaner with a plain `Cell`,
even though plain `Cell` is strictly a less popular abstraction.
even though plain `Cell` is strictly a less powerful abstraction.
Usually, people explain `RefCell` as being a superset of `Cell`,
but `RefCell` doesn't actually offer all of the functionality as seamlessly as `Cell`.

Expand Down

0 comments on commit 87042ba

Please sign in to comment.