Skip to content

Commit 6163581

Browse files
committed
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?
2 parents 29e928f + d9a3ea8 commit 6163581

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/guide.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -922,7 +922,7 @@ or 'breaks up,' the tuple, and assigns the bits to three bindings.
922922

923923
This pattern is very powerful, and we'll see it repeated more later.
924924

925-
There also a few things you can do with a tuple as a whole, without
925+
There are also a few things you can do with a tuple as a whole, without
926926
destructuring. You can assign one tuple into another, if they have the same
927927
arity and contained types.
928928

0 commit comments

Comments
 (0)