From: DoHyun Pyun Date: Tue, 28 Aug 2018 03:47:35 +0000 (+0900) Subject: Fix the typo error X-Git-Tag: submit/tizen/20180828.051307^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9cd17ea62c56a05c967f34e3431a45b9afddb30e;p=platform%2Fcore%2Fapi%2Fbluetooth.git Fix the typo error Change-Id: I099f6a2cce979f6af2e6eb9a5bfa71266c6b8a43 Signed-off-by: DoHyun Pyun --- diff --git a/doc/bluetooth_doc.h b/doc/bluetooth_doc.h index d4fb01b..a4085b7 100644 --- a/doc/bluetooth_doc.h +++ b/doc/bluetooth_doc.h @@ -580,9 +580,9 @@ * * It is recommended to design feature related codes in your application for reliability.\n * - * You can check if a device supports the related features for this API by using @ref CAPI_SYSTEM_SYSTEM_INFO_MODULE, thereby controlling the procedure of your applicati + * You can check if a device supports the related features for this API by using @ref CAPI_SYSTEM_SYSTEM_INFO_MODULE, thereby controlling the procedure of your application.\n * - * To ensure your application is only running on the device with specific features, please define the features in your manifest file using the manifest editor in the SDK + * To ensure your application is only running on the device with specific features, please define the features in your manifest file using the manifest editor in the SDK.\n * * More details on featuring your application can be found from Feature Element. * @endif