diff options
| -rw-r--r-- | core/java/android/content/Intent.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/content/Intent.java b/core/java/android/content/Intent.java index 234ac50e2109..768cc17ce2af 100644 --- a/core/java/android/content/Intent.java +++ b/core/java/android/content/Intent.java @@ -358,7 +358,7 @@ import java.util.Set; * <category android:name="{@link #CATEGORY_DEFAULT android.intent.category.DEFAULT}" /> * <data android:mimeType="vnd.android.cursor.item/<i>vnd.google.note</i>" /> * </intent-filter></pre> - * <p>This filter describes the ability return to the caller a note selected by + * <p>This filter describes the ability to return to the caller a note selected by * the user without needing to know where it came from. The data type * <code>vnd.android.cursor.item/vnd.google.note</code> is a URI from which * a Cursor of exactly one (<code>vnd.android.cursor.item</code>) item can |