diff --git a/core/java/android/content/Intent.java b/core/java/android/content/Intent.java index 6f41fb3a3853e..6a08fbff7f839 100644 --- a/core/java/android/content/Intent.java +++ b/core/java/android/content/Intent.java @@ -2231,7 +2231,7 @@ public class Intent implements Parcelable, Cloneable { /** * Broadcast Action: An outgoing call is about to be placed. * - *

The Intent will have the following extra value: + *

The Intent will have the following extra value:

*