docs: bug 37130805, typo

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
This commit is contained in:
kopriva
2018-09-29 12:32:37 -07:00
parent 0712cf3e18
commit 5ba798e9d1

View 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 {
/**