]> Git Repo - qemu.git/commitdiff
docs: qapi: Remove outdated reference to simple unions
authorAndrea Bolognani <[email protected]>
Wed, 20 Apr 2022 15:34:06 +0000 (17:34 +0200)
committerMarkus Armbruster <[email protected]>
Thu, 21 Apr 2022 08:22:22 +0000 (10:22 +0200)
Commit 4e99f4b12c0e dropped simple unions and updated most
documentation accordingly, but in one case we still claim that
there are "two flavors of unions".

Signed-off-by: Andrea Bolognani <[email protected]>
Message-Id: <20220420153408[email protected]>
Reviewed-by: Markus Armbruster <[email protected]>
Signed-off-by: Markus Armbruster <[email protected]>
docs/devel/qapi-code-gen.rst

index 246709ede8953802fad728b6d4be4aa5ebb60452..7b968433a68ff9c994745e2ee9fe697e26cc500f 100644 (file)
@@ -41,8 +41,8 @@ used internally.
 
 There are several kinds of types: simple types (a number of built-in
 types, such as ``int`` and ``str``; as well as enumerations), arrays,
-complex types (structs and two flavors of unions), and alternate types
-(a choice between other types).
+complex types (structs and unions), and alternate types (a choice
+between other types).
 
 
 Schema syntax
This page took 0.029662 seconds and 4 git commands to generate.