Unnamed repository; edit this file 'description' to name the repository.
docs: fix typo in theme guide (#15552)
Co-authored-by: rohan436 <[email protected]>
| -rw-r--r-- | book/src/themes.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/book/src/themes.md b/book/src/themes.md index dbc49df3..69b1a201 100644 --- a/book/src/themes.md +++ b/book/src/themes.md @@ -207,7 +207,7 @@ We use a similar set of scopes as - `variable` - Variables - `mutable` - Mutable variables (e.g. marked with `mut` in Rust) - `builtin` - Reserved language variables (`self`, `this`, `super`, etc.) - - `mutable` - Mutable language varaibles (e.g. `mut self` in Rust) + - `mutable` - Mutable language variables (e.g. `mut self` in Rust) - `parameter` - Function parameters - `mutable` - Mutable function parameters (e.g. marked with `mut` in Rust) - `other` |