We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb084fc commit cc38108Copy full SHA for cc38108
docs/source-2.0/spec/idl.rst
@@ -220,7 +220,7 @@ string support defined in :rfc:`7405`.
220
ResourceStatement :%s"resource" `SP` `Identifier` [`Mixins`] [`WS`] `NodeObject`
221
OperationStatement :%s"operation" `SP` `Identifier` [`Mixins`] [`WS`] `OperationBody`
222
OperationBody :"{" [`WS`]
223
- : *([`OperationInput`] / [`OperationOutput`] / [`OperationErrors`])
+ : *(`OperationInput` / `OperationOutput` / `OperationErrors`)
224
: [`WS`] "}"
225
: ; only one of each property can be specified.
226
OperationInput :%s"input" [`WS`] (`InlineStructure` / (":" [`WS`] `ShapeId`)) `WS`
0 commit comments