diff --git a/core/java/android/content/Intent.java b/core/java/android/content/Intent.java index 001a65c819b51..5cb856e4d9b2e 100644 --- a/core/java/android/content/Intent.java +++ b/core/java/android/content/Intent.java @@ -2270,7 +2270,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:

*