diff options
| -rw-r--r-- | core/java/android/content/Context.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/content/Context.java b/core/java/android/content/Context.java index d6dee9389c8e..37c959b5651c 100644 --- a/core/java/android/content/Context.java +++ b/core/java/android/content/Context.java @@ -3210,7 +3210,7 @@ public abstract class Context { * this case, only one of these can be returned directly by the function; * which of these that is returned is arbitrarily decided by the system. * - * <p>If you know the Intent your are registering for is sticky, you can + * <p>If you know the Intent you are registering for is sticky, you can * supply null for your <var>receiver</var>. In this case, no receiver is * registered -- the function simply returns the sticky Intent that * matches <var>filter</var>. In the case of multiple matches, the same |