auto merge of #19401 : MatejLach/rust/guide_are_fix, r=steveklabnik
Fixes a small omission of `are` in the sentence: `There also a few things you can do with a tuple as a whole, without...` r @steveklabnik?
This commit is contained in:
commit
6163581451
1 changed files with 1 additions and 1 deletions
|
@ -922,7 +922,7 @@ or 'breaks up,' the tuple, and assigns the bits to three bindings.
|
|||
|
||||
This pattern is very powerful, and we'll see it repeated more later.
|
||||
|
||||
There also a few things you can do with a tuple as a whole, without
|
||||
There are also a few things you can do with a tuple as a whole, without
|
||||
destructuring. You can assign one tuple into another, if they have the same
|
||||
arity and contained types.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue