From 5bfa28e182e3cccede4d74afde3a34db6c05ccdc Mon Sep 17 00:00:00 2001 From: Surbhi Gupta <35525588+surbhig12@users.noreply.github.com> Date: Wed, 12 Sep 2018 07:45:12 +0530 Subject: [PATCH] English review: InputMethodManager (#417) * English review: InputMethodManager * Update InputMethodManager.cs Reviewed the file again based on comments received in other files. --- .../Tizen.Uix.InputMethodManager/InputMethodManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Tizen.Uix.InputMethodManager/Tizen.Uix.InputMethodManager/InputMethodManager.cs b/src/Tizen.Uix.InputMethodManager/Tizen.Uix.InputMethodManager/InputMethodManager.cs index 85e3ce7..c8fb575 100755 --- a/src/Tizen.Uix.InputMethodManager/Tizen.Uix.InputMethodManager/InputMethodManager.cs +++ b/src/Tizen.Uix.InputMethodManager/Tizen.Uix.InputMethodManager/InputMethodManager.cs @@ -163,7 +163,7 @@ namespace Tizen.Uix.InputMethodManager /// /// Requests to pre-launch the IME. - /// The developers can use this function to launch IME in On-demand mode. + /// The developers can use this function to launch the IME in on-demand mode. /// /// /// http://tizen.org/privilege/imemanager -- 2.7.4