docs: fixed typo

am: 9b5c03973e

Change-Id: I8873ab4139dd3c073584a0ffaf67611c11dea084
This commit is contained in:
kopriva
2018-09-13 02:31:56 -07:00
committed by android-build-merger

View File

@@ -33,7 +33,7 @@ import java.lang.reflect.Modifier;
* them as they come out of the message queue.
*
* <p>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.
*
* <p>Scheduling messages is accomplished with the