diff options
| author | Newton Allen <newt@google.com> | 2013-11-26 10:25:38 -0800 |
|---|---|---|
| committer | Newton Allen <newt@google.com> | 2014-09-30 02:49:00 +0000 |
| commit | 4465d1a03ee5fddc5987c19fc36b0bb79e19572f (patch) | |
| tree | 1aa3fd74f4acc01b72ae9ff8117ad25ad29f6d38 /core/java/android/content/ClipData.java | |
| parent | d40d2dd182799832b17fc8cb8b22be5b9c80e773 (diff) | |
Fix some documentation typos.
Change-Id: I747a0ade5c7b9c45d4465bf327952338bbc1cfaa
Diffstat (limited to 'core/java/android/content/ClipData.java')
| -rw-r--r-- | core/java/android/content/ClipData.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/content/ClipData.java b/core/java/android/content/ClipData.java index d19604b27936..0cafff8b1a23 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 |
