Skip to content

Commit ccab003

Browse files
committed
Auto merge of rust-lang#12506 - cgburgess:master, r=Veykril
minor: Fix typo in style guide Fix type `Ues` -> `Use` in `style.md`
2 parents 37b01f9 + 54f5a68 commit ccab003

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)