Commit 63922c64 authored by Eric Blake's avatar Eric Blake Committed by Michael Tokarev
Browse files

qapi: fix documentation example



The QMP wire format uses "", not '', around strings.

* docs/qapi-code-gen.txt: Fix typo.

Signed-off-by: default avatarEric Blake <eblake@redhat.com>
Signed-off-by: default avatarMichael Tokarev <mjt@tls.msk.ru>
parent eb02dc0b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -164,7 +164,7 @@ This example allows using both of the following example objects:
 { "file": "my_existing_block_device_id" }
 { "file": { "driver": "file",
             "readonly": false,
             'filename': "/tmp/mydisk.qcow2" } }
             "filename": "/tmp/mydisk.qcow2" } }


=== Commands ===