Unnamed repository; edit this file 'description' to name the repository.
-rw-r--r--docs/dev/style.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dev/style.md b/docs/dev/style.md
index 82b6c749e4..c06627f2a9 100644
--- a/docs/dev/style.md
+++ b/docs/dev/style.md
@@ -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