Skip to content

Commit

Permalink
fix:typo error
Browse files Browse the repository at this point in the history
  • Loading branch information
jitendragangwar123 authored Nov 22, 2023
1 parent 604b95e commit 4fcc8af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/attribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ with the difference between them being where they apply.
```

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

0 comments on commit 4fcc8af

Please sign in to comment.