Skip to content

Commit

Permalink
Give the patterns section a better ending
Browse files Browse the repository at this point in the history
That leads into the next section like the other sections do.

Closes #114.
  • Loading branch information
carols10cents committed Jul 2, 2016
1 parent cefbd7f commit 97c870f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/ch06-04-patterns.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,3 +189,6 @@ not this:
```text
4 | (5 if y) => ...
```

Whew! That’s a lot of different ways to match things. Let's cover one more place
you can use your newfound knowledge of patterns: `if let`.

0 comments on commit 97c870f

Please sign in to comment.