Skip to content

Commit

Permalink
reference grammar: fix item definition
Browse files Browse the repository at this point in the history
extern_block should extern_block_item
  • Loading branch information
matklad committed Sep 3, 2015
1 parent 0762f58 commit 73a6199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/grammar.md
Expand Up @@ -306,7 +306,7 @@ transcriber : '(' transcriber * ')' | '[' transcriber * ']'

```antlr
item : vis ? mod_item | fn_item | type_item | struct_item | enum_item
| const_item | static_item | trait_item | impl_item | extern_block ;
| const_item | static_item | trait_item | impl_item | extern_block_item ;
```

### Type Parameters
Expand Down

0 comments on commit 73a6199

Please sign in to comment.