From: Yen-Chin, Lee Date: Thu, 2 Mar 2023 07:31:28 +0000 (+0800) Subject: doc/dbus-api-design: fix wrong closing tag X-Git-Tag: dbus-1.15.6~17^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e80f4cbf78b17ed54f1066ba3bf810e3054ea34b;p=thirdparty%2Fdbus.git 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 --- diff --git a/doc/dbus-api-design.duck b/doc/dbus-api-design.duck index 014e4a3c3..c8db64275 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