OSDN Git Service

docs: bug 37130805, typo
authorkopriva <kopriva@google.com>
Sat, 29 Sep 2018 19:32:37 +0000 (12:32 -0700)
committerkopriva <kopriva@google.com>
Mon, 1 Oct 2018 21:38:57 +0000 (14:38 -0700)
I fixed an extra 'and' while I was at it.

Test: make ds-docs

Bug: 37130805

Change-Id: Ia1e9a991f824253feca628022414f2e1fbdcfea8
Exempt-From-Owner-Approval: Docs-only change

location/java/android/location/Criteria.java

index a6099be..74eb445 100644 (file)
@@ -21,9 +21,9 @@ import android.os.Parcelable;
 
 /**
  * A class indicating the application criteria for selecting a
- * location provider.  Providers maybe ordered according to accuracy,
- * power usage, ability to report altitude, speed,
- * and bearing, and monetary cost.
+ * location provider. Providers may be ordered according to accuracy,
+ * power usage, ability to report altitude, speed, bearing, and monetary
+ * cost.
  */
 public class Criteria implements Parcelable {
     /**