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
This commit is contained in:
Andrew Solovay
2023-06-27 15:16:53 +00:00
parent 4763e710fa
commit 444b464ca6

View File

@@ -1413,7 +1413,7 @@ public abstract class Context {
* </ul> * </ul>
* <p> * <p>
* If a shared storage device is emulated (as determined by * 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 * backed by a private user data partition, which means there is little
* benefit to storing data here instead of the private directories returned * benefit to storing data here instead of the private directories returned
* by {@link #getFilesDir()}, etc. * by {@link #getFilesDir()}, etc.
@@ -1501,7 +1501,7 @@ public abstract class Context {
* </ul> * </ul>
* <p> * <p>
* If a shared storage device is emulated (as determined by * 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 * backed by a private user data partition, which means there is little
* benefit to storing data here instead of the private directories returned * benefit to storing data here instead of the private directories returned
* by {@link #getFilesDir()}, etc. * by {@link #getFilesDir()}, etc.
@@ -1812,7 +1812,7 @@ public abstract class Context {
* </ul> * </ul>
* <p> * <p>
* If a shared storage device is emulated (as determined by * 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 * backed by a private user data partition, which means there is little
* benefit to storing data here instead of the private directory returned by * benefit to storing data here instead of the private directory returned by
* {@link #getCacheDir()}. * {@link #getCacheDir()}.