Skip to content

Commit 8ac4ecd

Browse files
authored
Fix ABNF grammar for inlined structures. (#1377)
1 parent c492d51 commit 8ac4ecd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/source-2.0/spec/idl.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,8 @@ string support defined in `RFC 5234 <https://www.rfc-editor.org/rfc/rfc7405>`_.
224224
OperationInput :%s"input" *WS (`InlineStructure` / (":" *`WS` `ShapeId`)) `WS`
225225
OperationOutput :%s"output" *WS (`InlineStructure` / (":" *`WS` `ShapeId`)) `WS`
226226
OperationErrors :%s"errors" *WS ":" *WS "[" *(*`WS` `Identifier`) *`WS` "]" `WS`
227-
InlineStructure :":=" *`WS` `TraitStatements` [`Mixins`] *`WS` `StructureMembers`
227+
InlineStructure :":=" *`WS` `TraitStatements` [`StructureResource`]
228+
: [`Mixins`] *`WS` `StructureMembers`
228229
229230
.. rubric:: Traits
230231

0 commit comments

Comments
 (0)