From 3b7e1951a72705bd88b81e36352f16043d3b5741 Mon Sep 17 00:00:00 2001 From: Dan Dascalescu Date: Thu, 4 Feb 2016 17:18:30 -0800 Subject: [PATCH] docs: Fix typo "ability [to] return" bug: https://code.google.com/p/android/issues/detail?id=37519 Change-Id: I2367634a228f8aaa5e456ef7ea85a23818378d28 --- 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..768cc17ce2af8 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/vnd.google.note" /> * </intent-filter> - *

This filter describes the ability return to the caller a note selected by + *

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 * vnd.android.cursor.item/vnd.google.note is a URI from which * a Cursor of exactly one (vnd.android.cursor.item) item can