docs: fixed typo am: 9b5c03973e

am: 05f984a1a8

Change-Id: I8b70d412c1d422be5cbc8e041acc3fe340617181
This commit is contained in:
kopriva
2018-09-13 02:41:16 -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