From 174d50ad9bd18017678a978b4cf0364f67dbbbac Mon Sep 17 00:00:00 2001 From: Guillaume Gomez Date: Sat, 30 Jul 2016 19:35:46 +0200 Subject: [PATCH] Few improvements --- src/chXX-patterns.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/chXX-patterns.md b/src/chXX-patterns.md index 93c0734..c912f5b 100644 --- a/src/chXX-patterns.md +++ b/src/chXX-patterns.md @@ -2,8 +2,7 @@ We've actually used patterns a few times so far: they're used in `let` bindings, in function arguments, and in the `match` expression. Patterns have a -lot more abilities than we have demonstrated so far, so in this section, we'll -cover all of the different things they can do. Any of these abilities work in +lot more abilities than we have demonstrated so far, so we'll cover some of the most commonly used ones in this section. Any of these abilities work in any place where a pattern is used. ## `let` statements