From 950552709cc0167507a26f3d9d34f22692c99d07 Mon Sep 17 00:00:00 2001 From: Harry Barber Date: Fri, 31 Mar 2023 23:31:57 +0000 Subject: [PATCH] Remove braces from around operation fields --- docs/source-2.0/spec/idl.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source-2.0/spec/idl.rst b/docs/source-2.0/spec/idl.rst index ade2a9f22e3..3318b2a157a 100644 --- a/docs/source-2.0/spec/idl.rst +++ b/docs/source-2.0/spec/idl.rst @@ -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`