Merge "Opportunistic typo fix"

am: 6b03498a54

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

View File

@@ -189,7 +189,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.