Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
steveklabnik committed Jan 17, 2019
1 parent 8a84f85 commit a775ba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posts/2019-01-17-Rust-1.32.0.md
Expand Up @@ -244,7 +244,7 @@ fn main() {
}
```

`literal` mactches against literals of any type; string literals, numeric literals, `char` literals.
`literal` matches against literals of any type; string literals, numeric literals, `char` literals.

In the 2018 edition, `macro_rules` macros can also use `?`, like this:

Expand Down

0 comments on commit a775ba5

Please sign in to comment.