From 325bc9947dd16f255f215e4b1bf9f133a935ba3f Mon Sep 17 00:00:00 2001 From: Suyeon Hwang Date: Thu, 16 Sep 2021 14:10:11 +0900 Subject: [PATCH] Remove exception description that does not generated by this property Signed-off-by: Suyeon Hwang --- src/Tizen.Uix.Tts/Tizen.Uix.Tts/TtsClient.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Tizen.Uix.Tts/Tizen.Uix.Tts/TtsClient.cs b/src/Tizen.Uix.Tts/Tizen.Uix.Tts/TtsClient.cs index 41130f2..6d2716c 100644 --- a/src/Tizen.Uix.Tts/Tizen.Uix.Tts/TtsClient.cs +++ b/src/Tizen.Uix.Tts/Tizen.Uix.Tts/TtsClient.cs @@ -718,7 +718,6 @@ namespace Tizen.Uix.Tts /// /// http://tizen.org/feature/speech.synthesis /// - /// This exception can be due to operation failed. /// This exception can be due to TTS not supported. public bool IsScreenReaderOn { -- 2.7.4