diff options
Diffstat (limited to 'core/java/android/content')
-rw-r--r-- | core/java/android/content/ClipData.java | 2 | ||||
-rw-r--r-- | core/java/android/content/UriMatcher.java | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/core/java/android/content/ClipData.java b/core/java/android/content/ClipData.java index d19604b..0cafff8 100644 --- a/core/java/android/content/ClipData.java +++ b/core/java/android/content/ClipData.java @@ -78,7 +78,7 @@ import java.util.ArrayList; * can use the convenience method {@link Item#coerceToText Item.coerceToText}. * In this case there is generally no need to worry about the MIME types * reported by {@link ClipDescription#getMimeType(int) getDescription().getMimeType(int)}, - * since any clip item an always be converted to a string. + * since any clip item can always be converted to a string. * * <p>More complicated exchanges will be done through URIs, in particular * "content:" URIs. A content URI allows the recipient of a ClippedData item diff --git a/core/java/android/content/UriMatcher.java b/core/java/android/content/UriMatcher.java index 1a8ea47..8487dae 100644 --- a/core/java/android/content/UriMatcher.java +++ b/core/java/android/content/UriMatcher.java @@ -150,7 +150,7 @@ public class UriMatcher * numbers. * <p> * Starting from API level {@link android.os.Build.VERSION_CODES#JELLY_BEAN_MR2}, - * this method will accept leading slash in the path. + * this method will accept a leading slash in the path. * * @param authority the authority to match * @param path the path to match. * may be used as a wild card for |