Merge "Opportunistic typo fix" am: 6b03498a54

am: 99cf81acac

Change-Id: Ie1909cb93fa6ed28e8d43a6a3849f5b4d8eec861
This commit is contained in:
Chalard Jean
2018-06-08 06:08:56 -07:00
committed by android-build-merger

View File

@@ -194,7 +194,7 @@ public final class PendingIntent implements Parcelable {
*/
public interface OnFinished {
/**
* Called when a send operation as completed.
* Called when a send operation has completed.
*
* @param pendingIntent The PendingIntent this operation was sent through.
* @param intent The original Intent that was sent.