Skip to content

Commit

Permalink
Merge pull request #162 from hackaugusto/hacka-typo-sample-code
Browse files Browse the repository at this point in the history
typo: fixed keyword on sample code
  • Loading branch information
oli-obk authored Feb 8, 2024
2 parents 0de138c + bcbea11 commit 0746dcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/src/formality_core/parse.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ For enums, the grammar is placed in `#[grammar]` attributes on each variant:

```rust
#[term]
struct MyEnum {
enum MyEnum {
#[grammar( /* grammar here */ )]
Foo(...),
}
Expand Down

0 comments on commit 0746dcd

Please sign in to comment.