10000 typo fix · rwalters/blog.rust-lang.org@a775ba5 · GitHub
[go: up one dir, main page]

Skip to content

Commit a775ba5

Browse files
committed
typo fix
1 parent 8a84f85 commit a775ba5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posts/2019-01-17-Rust-1.32.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ fn main() {
244244
}
245245
```
246246

247-
`literal` mactches against literals of any type; string literals, numeric literals, `char` literals.
247+
`literal` matches against literals of any type; string literals, numeric literals, `char` literals.
248248

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

0 commit comments

Comments
 (0)
0