Skip to content

Commit 672dfd6

Browse files
authored
Merge pull request #1818 from francescomari/fix-typo
Fix typo in attribute.md
2 parents 2584df2 + c7d3c25 commit 672dfd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/attribute.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ with the difference between them being where they apply.
3232

3333
- `#![inner_attribute]` applies to the enclosing [item][item] (typically a
3434
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
35+
applying to the entire scope in which it's placed. Here is an example
3636
where `#![allow(unused_variables)]` applies to the whole crate (if
3737
placed in `main.rs`):
3838
```rust

0 commit comments

Comments
 (0)