From 444b464ca61984b598123ae910abc7936d443d61 Mon Sep 17 00:00:00 2001 From: Andrew Solovay Date: Tue, 27 Jun 2023 15:16:53 +0000 Subject: Docs: Grammar fix (it's -> its) The docs linter throws a warning for this -- several uses of the phrase "it's contents are backed" and it should be "its contents are backed" ("it's" means "it is" or "it has"). Checked the other uses of "it's" in this doc and they're all fine. NO_TEST , fixes a doc bug (no code edits). Change-Id: Id29a4ddb25c1f3cfc4001aab12785d44cd409c1a TEST: [go/abtd docs build] FIXES: 288932046 --- core/java/android/content/Context.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/java/android/content/Context.java b/core/java/android/content/Context.java index 5d076d487b30..6d82922484bc 100644 --- a/core/java/android/content/Context.java +++ b/core/java/android/content/Context.java @@ -1413,7 +1413,7 @@ public abstract class Context { * *

* If a shared storage device is emulated (as determined by - * {@link Environment#isExternalStorageEmulated(File)}), it's contents are + * {@link Environment#isExternalStorageEmulated(File)}), its contents are * backed by a private user data partition, which means there is little * benefit to storing data here instead of the private directories returned * by {@link #getFilesDir()}, etc. @@ -1501,7 +1501,7 @@ public abstract class Context { * *

* If a shared storage device is emulated (as determined by - * {@link Environment#isExternalStorageEmulated(File)}), it's contents are + * {@link Environment#isExternalStorageEmulated(File)}), its contents are * backed by a private user data partition, which means there is little * benefit to storing data here instead of the private directories returned * by {@link #getFilesDir()}, etc. @@ -1812,7 +1812,7 @@ public abstract class Context { * *

* If a shared storage device is emulated (as determined by - * {@link Environment#isExternalStorageEmulated(File)}), it's contents are + * {@link Environment#isExternalStorageEmulated(File)}), its contents are * backed by a private user data partition, which means there is little * benefit to storing data here instead of the private directory returned by * {@link #getCacheDir()}. -- cgit v1.2.3-59-g8ed1b