summaryrefslogtreecommitdiff
path: root/core/java
diff options
context:
space:
mode:
authorYuntao Zhou <yuntaoz@google.com>2021-03-04 19:46:39 +0000
committerYuntao Zhou <yuntaoz@google.com>2021-03-11 01:51:21 +0000
commit538f58916a5bd22420a0a691cfeed2828084ec73 (patch)
tree29f458b61d26a04da75d9d72345f0690222363b6 /core/java
parentd2b8d781f863f3bd389229a4013ea7786e96934e (diff)
Fix minor typo in ContentCaptureManager Javadoc
Noticed on https://developer.android.com/reference/android/view/contentcapture/ContentCaptureManager Change-Id: I7bb01264947b93e0784497cbad5a5609cb4296d3
Diffstat (limited to 'core/java')
-rw-r--r--core/java/android/view/contentcapture/ContentCaptureManager.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/view/contentcapture/ContentCaptureManager.java b/core/java/android/view/contentcapture/ContentCaptureManager.java
index 10f6c610d5d3..96818fa26a73 100644
--- a/core/java/android/view/contentcapture/ContentCaptureManager.java
+++ b/core/java/android/view/contentcapture/ContentCaptureManager.java
@@ -67,7 +67,7 @@ import java.util.function.Consumer;
* <p>Content capture provides real-time, continuous capture of application activity, display and
* events to an intelligence service that is provided by the Android system. The intelligence
* service then uses that info to mediate and speed user journey through different apps. For
- * example, when the user receives a restaurant address in a chat app and switchs to a map app
+ * example, when the user receives a restaurant address in a chat app and switches to a map app
* to search for that restaurant, the intelligence service could offer an autofill dialog to
* let the user automatically select its address.
*