diff options
| author | 2022-12-28 22:45:04 +0000 | |
|---|---|---|
| committer | 2023-01-25 00:41:52 +0000 | |
| commit | 062f767dc42447eaee44b85f0341046361dadec7 (patch) | |
| tree | f80c6014db78c7e381dd5f8ef95058f7c1c45250 /location/java | |
| parent | 0c923f3db49a3ce3e4981178350e7704873411dc (diff) | |
docs: Fixing typo (i.e without closing period)
The CommonTypos linter complained about "i.e" without a closing period.
Since our tech writing style guide says to avoid "i.e." in general, I
rephrased as "that is".
Per go/fix-refdocs, tm-qpr-dev is now the preferred branch for doc fixes
until the U dev branch is open. Since this CL hasn't been reviewed yet,
I'm CPing it over here and abandoning the original CL.
Docs-only change, no change to code.
Change-Id: Id8de0d371e1290a7e8ed1831f2fbca063f9ff835
Test: [go/abtd docs build]
Bug: 263824202
Diffstat (limited to 'location/java')
| -rw-r--r-- | location/java/android/location/Address.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/location/java/android/location/Address.java b/location/java/android/location/Address.java index bb97c783132b..90d99296aa06 100644 --- a/location/java/android/location/Address.java +++ b/location/java/android/location/Address.java @@ -26,7 +26,7 @@ import android.os.Parcel; import android.os.Parcelable; /** - * A class representing an Address, i.e, a set of Strings describing a location. + * A class representing an Address, that is, a set of Strings describing a location. * * The address format is a simplified version of xAL (eXtensible Address Language) * http://www.oasis-open.org/committees/ciq/ciq.html#6 |