Merge "Opportunistic typo fix"

This commit is contained in:
Treehugger Robot
2018-06-08 11:51:29 +00:00
committed by Gerrit Code Review

View File

@@ -189,7 +189,7 @@ public final class PendingIntent implements Parcelable {
*/ */
public interface OnFinished { 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 pendingIntent The PendingIntent this operation was sent through.
* @param intent The original Intent that was sent. * @param intent The original Intent that was sent.