Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e0b45a65 authored by Andrew Solovay's avatar Andrew Solovay
Browse files

docs: Typo fix

Correcting typo ("you're" -> "your") in the reference docs.

NO_TEST , fixes a doc bug (no code edits).

Change-Id: Ifaeeffaa07701a226d4da74cf4966d08d306a5be
Fixes: 270753598
Test: [go/abtd docs build]
parent 18c20c4d
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -4267,7 +4267,7 @@ public abstract class Context {
     * <p>Note: When implementing this method, keep in mind that new services can be added on newer
     * <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
     * 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
     * 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.
     * @param name The name of the desired service.
     *
     *