]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
docs/devel/qapi-code-gen: Fix typos in QAPI schema language grammar
authorMarkus Armbruster <armbru@redhat.com>
Thu, 31 Jul 2025 05:40:43 +0000 (07:40 +0200)
committerMarkus Armbruster <armbru@redhat.com>
Sat, 9 Aug 2025 05:20:24 +0000 (07:20 +0200)
Fixes: 3248c1aaf2db (docs: update the documentation upfront about schema configuration)
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-ID: <20250731054044.4011789-3-armbru@redhat.com>
Reviewed-by: John Snow <jsnow@redhat.com>
docs/devel/qapi-code-gen.rst

index 138921b38633a65c75e64a8d5ae7189051dd908b..2cd51729c36dbd0f731748cc4c09da2961561cd7 100644 (file)
@@ -786,8 +786,8 @@ Configuring the schema
 Syntax::
 
     COND = STRING
-         | { 'all: [ COND, ... ] }
-         | { 'any: [ COND, ... ] }
+         | { 'all': [ COND, ... ] }
+         | { 'any': [ COND, ... ] }
          | { 'not': COND }
 
 All definitions take an optional 'if' member.  Its value must be a