trpl: punctuation fix in Patterns

This commit is contained in:
Alex Burka 2015-05-14 14:51:16 -04:00
parent e2bb734ac1
commit c8b06891f0

View File

@ -66,7 +66,7 @@ match x {
}
```
This prints `something else`
This prints `something else`.
# Bindings
@ -152,7 +152,7 @@ match x {
}
```
This prints `Got an int!`
This prints `Got an int!`.
# ref and ref mut