summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Dan Dascalescu <dandv@google.com> 2016-02-04 17:18:30 -0800
committer Dan Dascalescu <dandv@google.com> 2016-02-04 17:18:30 -0800
commit3b7e1951a72705bd88b81e36352f16043d3b5741 (patch)
tree86a0760f1dbd3a925e704459332c99fa62f758de
parent611c2e0ede19ae455956471f42d1577da69119c7 (diff)
docs: Fix typo "ability [to] return"
bug: https://code.google.com/p/android/issues/detail?id=37519 Change-Id: I2367634a228f8aaa5e456ef7ea85a23818378d28
-rw-r--r--core/java/android/content/Intent.java2
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;
* &lt;category android:name="{@link #CATEGORY_DEFAULT android.intent.category.DEFAULT}" /&gt;
* &lt;data android:mimeType="vnd.android.cursor.item/<i>vnd.google.note</i>" /&gt;
* &lt;/intent-filter&gt;</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