Skip to content

Commit 035450a

Browse files
docs: fix typo in theme guide (#15552)
Co-authored-by: rohan436 <rohan.santhoshkumar@googlemail.com>
1 parent e7874bc commit 035450a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

book/src/themes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ We use a similar set of scopes as
207207
- `variable` - Variables
208208
- `mutable` - Mutable variables (e.g. marked with `mut` in Rust)
209209
- `builtin` - Reserved language variables (`self`, `this`, `super`, etc.)
210-
- `mutable` - Mutable language varaibles (e.g. `mut self` in Rust)
210+
- `mutable` - Mutable language variables (e.g. `mut self` in Rust)
211211
- `parameter` - Function parameters
212212
- `mutable` - Mutable function parameters (e.g. marked with `mut` in Rust)
213213
- `other`

0 commit comments

Comments
 (0)