diff mbox series

[PULL,07/18] qapi/yank: Tweak @yank's error description for consistency

Message ID 20240304063236.213955-8-armbru@redhat.com (mailing list archive)
State New, archived
Headers show
Series [PULL,01/18] qapi: Memorize since & returns sections | expand

Commit Message

Markus Armbruster March 4, 2024, 6:32 a.m. UTC
Phrase it like "If <condition>, <error>", like we do elsewhere.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-ID: <20240227113921.236097-8-armbru@redhat.com>
---
 qapi/yank.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/qapi/yank.json b/qapi/yank.json
index fffb39a397..89f2f4d199 100644
--- a/qapi/yank.json
+++ b/qapi/yank.json
@@ -79,7 +79,7 @@ 
 # @instances: the instances to be yanked
 #
 # Errors:
-#     - @DeviceNotFound error, if any of the YankInstances doesn't exist
+#     - If any of the YankInstances doesn't exist, DeviceNotFound
 #
 # Example:
 #