From 119b238594971a41dc55609d7509677efc675a6c Mon Sep 17 00:00:00 2001 From: Yong Cong Sin Date: Wed, 18 Sep 2024 16:43:53 +0800 Subject: [PATCH] doc: release: 4.0: add missing colon Add missing colon to the entry introduced in #78285. Signed-off-by: Yong Cong Sin Signed-off-by: Yong Cong Sin --- doc/releases/release-notes-4.0.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/releases/release-notes-4.0.rst b/doc/releases/release-notes-4.0.rst index 4bf2f9e36d9985..a6964e8a3c32eb 100644 --- a/doc/releases/release-notes-4.0.rst +++ b/doc/releases/release-notes-4.0.rst @@ -322,7 +322,7 @@ Libraries / Subsystems * Fixed formatting of milliseconds in :c:enum:`OS_MGMT_ID_DATETIME_STR` by adding leading zeros. * Added support for custom os mgmt bootloader info responses using notification hooks, this - can be enabled witbh :kconfig:option`CONFIG_MCUMGR_GRP_OS_BOOTLOADER_INFO_HOOK`, the data + can be enabled witbh :kconfig:option:`CONFIG_MCUMGR_GRP_OS_BOOTLOADER_INFO_HOOK`, the data structure is :c:struct:`os_mgmt_bootloader_info_data`. * Logging