We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7874bc commit 035450aCopy full SHA for 035450a
1 file changed
book/src/themes.md
@@ -207,7 +207,7 @@ We use a similar set of scopes as
207
- `variable` - Variables
208
- `mutable` - Mutable variables (e.g. marked with `mut` in Rust)
209
- `builtin` - Reserved language variables (`self`, `this`, `super`, etc.)
210
- - `mutable` - Mutable language varaibles (e.g. `mut self` in Rust)
+ - `mutable` - Mutable language variables (e.g. `mut self` in Rust)
211
- `parameter` - Function parameters
212
- `mutable` - Mutable function parameters (e.g. marked with `mut` in Rust)
213
- `other`
0 commit comments