From ae091f1aa7feedc1d33f7665606c21d75cad4e50 Mon Sep 17 00:00:00 2001 From: nam <36914158+aferin@users.noreply.github.com> Date: Thu, 29 Aug 2019 13:42:45 +0900 Subject: [PATCH] [MediaPlayer] fix descriptions to reflect comments (#993) --- src/Tizen.Multimedia.MediaPlayer/Player/Player.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Tizen.Multimedia.MediaPlayer/Player/Player.cs b/src/Tizen.Multimedia.MediaPlayer/Player/Player.cs index 5188fcb..fd7557e 100644 --- a/src/Tizen.Multimedia.MediaPlayer/Player/Player.cs +++ b/src/Tizen.Multimedia.MediaPlayer/Player/Player.cs @@ -346,16 +346,16 @@ namespace Tizen.Multimedia } /// - /// Prepares the cancellable media player for playback, asynchronously. + /// Prepares the cancelable media player for playback, asynchronously. /// /// The cancellation token to cancel preparing. /// - /// A task that represents the asynchronous prepare operation. + /// The task that represents the asynchronous prepare operation. /// To prepare the player, the player must be in the state, /// and a source must be set. /// The state must be to cancel preparing. /// When preparing is cancelled, a state will be changed to from . - /// The player has already been disposed of. + /// The player has already been disposed. /// /// Operation failed; internal error. /// -or-
-- 2.7.4