Update rating info (rating is only for internal support)
[platform/core/api/media-content.git] / include_product / media_playlist.h
index 1d55912..e1b6da1 100755 (executable)
@@ -207,7 +207,7 @@ int media_playlist_delete_from_db(int playlist_id);
  *
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
  *
- * @remarksThe @a playlist should be released using media_playlist_destroy().
+ * @remarks The @a playlist should be released using media_playlist_destroy().
  *
  * @param[in] playlist_id The ID of the media playlist
  * @param[out] playlist The handle to the media playlist
@@ -231,7 +231,7 @@ int media_playlist_get_playlist_from_db(int playlist_id, media_playlist_h *playl
 /**
  * @brief Destroys a playlist handle.
  * @details This function frees all resources related to the playlist handle. This
- *          handle no longer can be used to perform any operation. A new handle has to
+ *          handle no longer can be used to perform any operations. A new handle has to
  *          be created before next usage.
  *
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif