From 0e978f58c0366448621a6377bdece5e4a897ebae Mon Sep 17 00:00:00 2001 From: Dan Dascalescu Date: Thu, 4 Feb 2016 17:09:19 -0800 Subject: [PATCH] docs: Fix "what what" typo bug: https://code.google.com/p/android/issues/detail?id=52264 Change-Id: Iba8dfb9bd18251960fee13b0464d99a92e48eb9c --- core/java/android/content/Intent.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/java/android/content/Intent.java b/core/java/android/content/Intent.java index 234ac50e21097..17f4bdc9c981a 100644 --- a/core/java/android/content/Intent.java +++ b/core/java/android/content/Intent.java @@ -115,7 +115,7 @@ import java.util.Set; * *
  • {@link #ACTION_VIEW} tel:123 -- Display * the phone dialer with the given number filled in. Note how the - * VIEW action does what what is considered the most reasonable thing for + * VIEW action does what is considered the most reasonable thing for * a particular URI.

    *
  • *
  • {@link #ACTION_DIAL} tel:123 -- Display