summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Andrew Solovay <asolovay@google.com> 2023-02-27 17:24:25 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2023-02-27 17:24:25 +0000
commitc533e81fd939c7df5d304966d300d3902697903f (patch)
treefc6d81d2eeb6ced067f959fe4ecd4cc8ba3ab8c8
parentd8f79f38fbc46235afd469c8ca12cd641d1cf943 (diff)
parente0b45a6509ce04790239924cfc7b539bf9299b69 (diff)
Merge "docs: Typo fix" into udc-dev
-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 bebb899cc8c9..658702f2b1cc 100644
--- a/core/java/android/content/Context.java
+++ b/core/java/android/content/Context.java
@@ -4276,7 +4276,7 @@ public abstract class Context {
* <p>Note: When implementing this method, keep in mind that new services can be added on newer
* Android releases, so if you're looking for just the explicit names mentioned above, make sure
* to return {@code null} when you don't recognize the name &mdash; if you throw a
- * {@link RuntimeException} exception instead, you're app might break on new Android releases.
+ * {@link RuntimeException} exception instead, your app might break on new Android releases.
*
* @param name The name of the desired service.
*