trpl: punctuation fix in Patterns
This commit is contained in:
parent
e2bb734ac1
commit
c8b06891f0
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue