From 55d11f579d26a89afc571cba11b46be0b5562418 Mon Sep 17 00:00:00 2001 From: "Yen-Chin, Lee" Date: Thu, 2 Mar 2023 15:31:28 +0800 Subject: [PATCH] doc/dbus-api-design: fix wrong closing tag The original code of 'ProgressNotification' had a wrong closing tag, which should use '' instead of '' Signed-off-by: Yen-Chin, Lee --- doc/dbus-api-design.duck | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/dbus-api-design.duck b/doc/dbus-api-design.duck index 014e4a3c..c8db6427 100644 --- a/doc/dbus-api-design.duck +++ b/doc/dbus-api-design.duck @@ -320,7 +320,7 @@ passing nothing. --> - + The progress should be reported as an enumerated value: [code style="valid" mime="application/xml"] @@ -335,7 +335,7 @@ passing nothing. --> - + D-Bus has none of the problems of signed versus unsigned integers which C has (specifically, it does not do implicit sign conversion), so integer types should