Unnamed repository; edit this file 'description' to name the repository.
fix typo in style.md
Chris Burgess 2022-06-11
parent 37b01f9 · commit 54f5a68
-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