OSDN Git Service

Fixes grammatical error in InputMethodManager doc
authorNick Felker <fleker@google.com>
Mon, 26 Jun 2017 22:50:19 +0000 (15:50 -0700)
committerNick Felker <fleker@google.com>
Tue, 27 Jun 2017 17:59:36 +0000 (17:59 +0000)
Fixes: 29645208
Test: This is not a code change, so tests should be unaffected.
Change-Id: I8b76166f3a7f1c825dc9725f6d7fd8e8c96fe410

core/java/android/view/inputmethod/InputMethodManager.java

index e2f7979..92d1de8 100644 (file)
@@ -97,7 +97,7 @@ import java.util.concurrent.TimeUnit;
  * that manages the interaction across all processes.
  * <li> An <strong>input method (IME)</strong> implements a particular
  * interaction model allowing the user to generate text.  The system binds
- * to the current input method that is use, causing it to be created and run,
+ * to the current input method that is in use, causing it to be created and run,
  * and tells it when to hide and show its UI.  Only one IME is running at a time.
  * <li> Multiple <strong>client applications</strong> arbitrate with the input
  * method manager for input focus and control over the state of the IME.  Only