Skip to content

Commit

Permalink
Fix typo with inner line doc comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
JesusGuzmanJr authored and Veykril committed Aug 3, 2023
1 parent a96b9c6 commit 7716ac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/decl-macros/minutiae/fragment-specifiers.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ metas! {
# fn main() {}
```

> **Doc-Comment Fact**: Doc-Comments like `/// ...` and `!// ...` are actually syntax sugar for attributes! They desugar to `#[doc="..."]` and `#![doc="..."]` respectively, meaning you can match on them like with attributes!
> **Doc-Comment Fact**: Doc-Comments like `/// ...` and `//! ...` are actually syntax sugar for attributes! They desugar to `#[doc="..."]` and `#![doc="..."]` respectively, meaning you can match on them like with attributes!
## `pat`

Expand Down

0 comments on commit 7716ac0

Please sign in to comment.