summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Jacinta Hu <jacintahu@google.com> 2025-02-11 15:40:20 -0800
committer Android (Google) Code Review <android-gerrit@google.com> 2025-02-11 15:40:20 -0800
commit7bf51583601089f139edc57a388eb8d31cb5338c (patch)
tree43c57db5e2b6b6ae5187521d13d396df49813038
parentdfd02c67bc9e387272189bcc24286f5044dddcd9 (diff)
parent0f3d274c480926c752421d6c3d9667183f6855d3 (diff)
Merge "Fix typo in Javadoc." into main
-rw-r--r--core/java/android/content/Context.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/content/Context.java b/core/java/android/content/Context.java
index 8378695fd7a7..3391e79b2ae4 100644
--- a/core/java/android/content/Context.java
+++ b/core/java/android/content/Context.java
@@ -3334,7 +3334,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