diff --git a/core/java/android/content/Intent.java b/core/java/android/content/Intent.java index 17f4bdc9c981a..86b00a61d4796 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