summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Neil Fuller <nfuller@google.com> 2020-09-08 18:13:27 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2020-09-08 18:13:27 +0000
commita32bde83cd86be4db96802afd138e9743f257c8c (patch)
tree969b0e0fe1c2bdc1ceeb858ae0acbc51a345218d
parenta20cba89bf36f107cd07573a7b185c7c80c7fd20 (diff)
parent05dc9327d3f900aeeee6bb32344a944d1e4c9ff4 (diff)
Merge "Small docs fix"
-rw-r--r--location/java/android/location/LocationManager.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/location/java/android/location/LocationManager.java b/location/java/android/location/LocationManager.java
index 6fc702e4a068..04bcbfc5f6b8 100644
--- a/location/java/android/location/LocationManager.java
+++ b/location/java/android/location/LocationManager.java
@@ -164,7 +164,7 @@ public class LocationManager {
/**
* The fused location provider.
*
- * <p>This provider combines may combine inputs from several location sources to provide the
+ * <p>This provider may combine inputs from several location sources to provide the
* best possible location fix. It is implicitly used for all API's that involve the
* {@link LocationRequest} object.
*