From 44f09aaaa4c0f44c5c3d959ed529645af016195e Mon Sep 17 00:00:00 2001 From: Gilbok Lee Date: Mon, 2 Dec 2019 10:47:20 +0900 Subject: [PATCH] Update document about feature hyperlink(2) Change-Id: Ia1d0bcfda4669cc1b7f0624fb5f0acec4ad2322f --- doc/player_doc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/player_doc.h b/doc/player_doc.h index bccd7c5..d0b3f30 100644 --- a/doc/player_doc.h +++ b/doc/player_doc.h @@ -359,7 +359,7 @@ * It is recommended to design feature related codes in your application for reliability. * 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. * 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. - * More details on featuring your application can be found from Feature Element. + * More details on featuring your application can be found from Feature Element. * @endif */ -- 2.34.1