From d46707fe02a83acf85a3dcd3dd6408a16e79cfba Mon Sep 17 00:00:00 2001 From: Karl Palsson Date: Thu, 12 Mar 2020 15:59:37 +0000 Subject: [PATCH] doc: lib_vesion: correctly format return values Signed-off-by: Karl Palsson --- lib/mosquitto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/mosquitto.h b/lib/mosquitto.h index 77c56c12..41f0ae1d 100644 --- a/lib/mosquitto.h +++ b/lib/mosquitto.h @@ -189,7 +189,7 @@ typedef struct mqtt5__property mosquitto_property; * be returned in this variable. * * Returns: - * LIBMOSQUITTO_VERSION_NUMBER, which is a unique number based on the major, + * LIBMOSQUITTO_VERSION_NUMBER - which is a unique number based on the major, * minor and revision values. * See Also: * ,