We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 604b95e + 4fcc8af commit 29a6d3dCopy full SHA for 29a6d3d
src/attribute.md
@@ -31,7 +31,7 @@ with the difference between them being where they apply.
31
```
32
33
- `#![inner_attribute]` applies to the enclosing [item][item] (typically a
34
- module or a crate). In other words, this attribute is intepreted as
+ module or a crate). In other words, this attribute is interpreted as
35
applying to the entire scope in which it's place. Here is an example
36
where `#![allow(unusude_variables)]` applies to the whole crate (if
37
placed in `main.rs`):
0 commit comments