Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion RationaleMCP/0031/grammar.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ Note that there is no optional byte order mark, in agreement with the use of byt
## B24 Component clause
> _component-clause_ → _type-prefix_ _type-specifier_ ~~_array-subscripts_?~~ _component-list_

> _global-constant_ → **constant** _type-specifier_ _array-subscripts_? _declaration_ _comment_
> _global-constant_ → **constant** _type-specifier_ _declaration_ _comment_

> _type-prefix_ →\
>   ~~( **flow** | **stream** )?~~\
Expand Down