Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d9a3ea8

Browse files
committedNov 29, 2014
Fix a simple typo
1 parent 29e928f commit d9a3ea8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/doc/guide.md

Lines changed: 1 addition & 1 deletion
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

9 commit comments

Comments
 (9)

bors commented on Nov 29, 2014

@bors
Collaborator

saw approval from steveklabnik
at MatejLach@d9a3ea8

bors commented on Nov 29, 2014

@bors
Collaborator

merging MatejLach/rust/guide_are_fix = d9a3ea8 into auto

bors commented on Nov 29, 2014

@bors
Collaborator

MatejLach/rust/guide_are_fix = d9a3ea8 merged ok, testing candidate = 1c2ca4f7

bors commented on Nov 29, 2014

@bors
Collaborator

saw approval from steveklabnik
at MatejLach@d9a3ea8

bors commented on Nov 29, 2014

@bors
Collaborator

merging MatejLach/rust/guide_are_fix = d9a3ea8 into auto

bors commented on Nov 29, 2014

@bors
Collaborator

MatejLach/rust/guide_are_fix = d9a3ea8 merged ok, testing candidate = 6163581

bors commented on Nov 29, 2014

@bors
Collaborator

fast-forwarding master to auto = 6163581

Please sign in to comment.