Skip to content

Commit 54f5a68

Browse files
authored
fix typo in style.md
1 parent 37b01f9 commit 54f5a68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/dev/style.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -971,7 +971,7 @@ Between `ref` and mach ergonomics, the latter is more ergonomic in most cases, a
971971

972972
## Empty Match Arms
973973

974-
Ues `=> (),` when a match arm is intentionally empty:
974+
Use `=> (),` when a match arm is intentionally empty:
975975

976976
```rust
977977
// GOOD

0 commit comments

Comments
 (0)