From 9b5c03973eaf01fde6ebc9d266aaa4fc0a3fc63d Mon Sep 17 00:00:00 2001 From: kopriva Date: Mon, 10 Sep 2018 14:02:58 -0700 Subject: [PATCH] docs: fixed typo Test: make ds-docs Bug: 36942287 Change-Id: I6931817127a7b98a4b97e0e18cf4d654231c32f9 Exempt-From-Owner-Approval: Docs-only change --- core/java/android/os/Handler.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/java/android/os/Handler.java b/core/java/android/os/Handler.java index f5bca04ae1044..2b5f3da5431e6 100644 --- a/core/java/android/os/Handler.java +++ b/core/java/android/os/Handler.java @@ -33,7 +33,7 @@ import java.lang.reflect.Modifier; * them as they come out of the message queue. * *

There are two main uses for a Handler: (1) to schedule messages and - * runnables to be executed as some point in the future; and (2) to enqueue + * runnables to be executed at some point in the future; and (2) to enqueue * an action to be performed on a different thread than your own. * *

Scheduling messages is accomplished with the