docs/devel/qapi-code-gen: Fix typos in QAPI schema language grammar
Fixes: 3248c1aaf2 (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>
This commit is contained in:
parent
13b4d19ced
commit
60e847dcf0
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue