Skip to content

Commit

Permalink
Merge pull request #1774 from jitendragangwar123/patch-1
Browse files Browse the repository at this point in the history
fix:typo error
  • Loading branch information
marioidival authored Nov 22, 2023
2 parents 604b95e + 4fcc8af commit 29a6d3d
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 29a6d3d

Please sign in to comment.