Skip to content

Commit 29a6d3d

Browse files
authored
Merge pull request #1774 from jitendragangwar123/patch-1
fix:typo error
2 parents 604b95e + 4fcc8af commit 29a6d3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/attribute.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ with the difference between them being where they apply.
3131
```
3232

3333
- `#![inner_attribute]` applies to the enclosing [item][item] (typically a
34-
module or a crate). In other words, this attribute is intepreted as
34+
module or a crate). In other words, this attribute is interpreted as
3535
applying to the entire scope in which it's place. Here is an example
3636
where `#![allow(unusude_variables)]` applies to the whole crate (if
3737
placed in `main.rs`):

0 commit comments

Comments
 (0)