From 062f767dc42447eaee44b85f0341046361dadec7 Mon Sep 17 00:00:00 2001 From: Andrew Solovay Date: Wed, 28 Dec 2022 22:45:04 +0000 Subject: 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 --- location/java/android/location/Address.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'location/java') 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 -- cgit v1.2.3-59-g8ed1b