diff --git a/core/java/android/content/Intent.java b/core/java/android/content/Intent.java index cf0603e3a84d8..c88aca80f1db2 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:

*