Skip to content

Commit

Permalink
Remove braces from around operation fields
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry Barber authored and mtdowling committed Mar 31, 2023
1 parent cb084fc commit cc38108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source-2.0/spec/idl.rst
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ string support defined in :rfc:`7405`.
ResourceStatement :%s"resource" `SP` `Identifier` [`Mixins`] [`WS`] `NodeObject`
OperationStatement :%s"operation" `SP` `Identifier` [`Mixins`] [`WS`] `OperationBody`
OperationBody :"{" [`WS`]
: *([`OperationInput`] / [`OperationOutput`] / [`OperationErrors`])
: *(`OperationInput` / `OperationOutput` / `OperationErrors`)
: [`WS`] "}"
: ; only one of each property can be specified.
OperationInput :%s"input" [`WS`] (`InlineStructure` / (":" [`WS`] `ShapeId`)) `WS`
Expand Down

0 comments on commit cc38108

Please sign in to comment.