Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jyn514 authored and Veykril committed Sep 27, 2020
1 parent e35f3ec commit 9903c39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/macros/syntax/ast.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ fn main() {
```

Just to reiterate: the parser does not assume *anything* about ⬚; it remembers the tokens it
contains, but doesn't try to *understand* them. This means ⬚ can be anything even invalid Rust! As
contains, but doesn't try to *understand* them. This means ⬚ can be anything, even invalid Rust! As
to why this is a good thing, we will come back to that at a later point.

The important takeaways are:
Expand Down

0 comments on commit 9903c39

Please sign in to comment.