trpl: punctuation fix in Patterns
This commit is contained in:
parent
e2bb734ac1
commit
c8b06891f0
@ -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…
x
Reference in New Issue
Block a user