Skip to content

Commit cc38108

Browse files
Harry Barbermtdowling
authored andcommitted
Remove braces from around operation fields
1 parent cb084fc commit cc38108

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source-2.0/spec/idl.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ string support defined in :rfc:`7405`.
220220
ResourceStatement :%s"resource" `SP` `Identifier` [`Mixins`] [`WS`] `NodeObject`
221221
OperationStatement :%s"operation" `SP` `Identifier` [`Mixins`] [`WS`] `OperationBody`
222222
OperationBody :"{" [`WS`]
223-
: *([`OperationInput`] / [`OperationOutput`] / [`OperationErrors`])
223+
: *(`OperationInput` / `OperationOutput` / `OperationErrors`)
224224
: [`WS`] "}"
225225
: ; only one of each property can be specified.
226226
OperationInput :%s"input" [`WS`] (`InlineStructure` / (":" [`WS`] `ShapeId`)) `WS`

0 commit comments

Comments
 (0)