summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author TreeHugger Robot <treehugger-gerrit@google.com> 2017-06-21 01:58:56 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2017-06-21 01:59:02 +0000
commit0f98ddaa0107e2bbb51c0c470db852485b25d9bd (patch)
tree8767c27a80583842be79f173004a5064a83cd998
parent70f1565b55eee8210bfc3a85d10b62a8649c4597 (diff)
parent6aba8530ce7bcac78c0380c2e050be97c5881b32 (diff)
Merge "Small doc fix." into oc-dev
-rw-r--r--core/java/android/app/PendingIntent.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/app/PendingIntent.java b/core/java/android/app/PendingIntent.java
index 11d9b5ea3651..f83f39f82c22 100644
--- a/core/java/android/app/PendingIntent.java
+++ b/core/java/android/app/PendingIntent.java
@@ -603,7 +603,7 @@ public final class PendingIntent implements Parcelable {
/**
* Retrieve a PendingIntent that will start a foreground service, like calling
- * {@link Context#startService Context.startForegroundService()}. The start
+ * {@link Context#startForegroundService Context.startForegroundService()}. The start
* arguments given to the service will come from the extras of the Intent.
*
* <p class="note">For security reasons, the {@link android.content.Intent}