Skip to content

Commit

Permalink
Fix ABNF grammar for inlined structures. (#1377)
Browse files Browse the repository at this point in the history
  • Loading branch information
milesziemer authored Aug 31, 2022
1 parent c492d51 commit 8ac4ecd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/source-2.0/spec/idl.rst
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,8 @@ string support defined in `RFC 5234 <https://www.rfc-editor.org/rfc/rfc7405>`_.
OperationInput :%s"input" *WS (`InlineStructure` / (":" *`WS` `ShapeId`)) `WS`
OperationOutput :%s"output" *WS (`InlineStructure` / (":" *`WS` `ShapeId`)) `WS`
OperationErrors :%s"errors" *WS ":" *WS "[" *(*`WS` `Identifier`) *`WS` "]" `WS`
InlineStructure :":=" *`WS` `TraitStatements` [`Mixins`] *`WS` `StructureMembers`
InlineStructure :":=" *`WS` `TraitStatements` [`StructureResource`]
: [`Mixins`] *`WS` `StructureMembers`
.. rubric:: Traits

Expand Down

0 comments on commit 8ac4ecd

Please sign in to comment.