From d9a3ea88fc28f13c395a27e29b2e1ff70328d3cf Mon Sep 17 00:00:00 2001 From: Matej Lach Date: Sat, 29 Nov 2014 13:26:32 +0000 Subject: [PATCH] Fix a simple typo --- src/doc/guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/guide.md b/src/doc/guide.md index 670af614b95..c2d43a20ec4 100644 --- a/src/doc/guide.md +++ b/src/doc/guide.md @@ -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.