fix typo in style.md

This commit is contained in:
Chris Burgess 2022-06-11 12:50:36 -04:00 committed by GitHub
parent 37b01f9f39
commit 54f5a68f79
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -971,7 +971,7 @@ Between `ref` and mach ergonomics, the latter is more ergonomic in most cases, a
## Empty Match Arms
Ues `=> (),` when a match arm is intentionally empty:
Use `=> (),` when a match arm is intentionally empty:
```rust
// GOOD