Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

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

Lines changed: 1 addition & 1 deletion
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)