diff options
author | Scott Kennedy <skennedy@google.com> | 2013-01-16 10:18:02 -0800 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2013-01-16 10:18:02 -0800 |
commit | 8a8b047f2d28f6b2d728731a7e71eeaf16f89700 (patch) | |
tree | 4d6dcf844e38e4831145ec687b9e0502d41220da | |
parent | 35909a0879b72b1f253b4d5bf38ed0a691c73a95 (diff) | |
parent | 2fd47fea3299ef122e2bc8dc92a4a628b75dfd68 (diff) | |
download | frameworks_base-8a8b047f2d28f6b2d728731a7e71eeaf16f89700.zip frameworks_base-8a8b047f2d28f6b2d728731a7e71eeaf16f89700.tar.gz frameworks_base-8a8b047f2d28f6b2d728731a7e71eeaf16f89700.tar.bz2 |
am 2fd47fea: am b61121d2: am ee6f89ff: am 3332aa98: am d7ec742c: docs: Minor typos
* commit '2fd47fea3299ef122e2bc8dc92a4a628b75dfd68':
docs: Minor typos
-rw-r--r-- | docs/html/guide/topics/resources/more-resources.jd | 2 | ||||
-rw-r--r-- | docs/html/guide/topics/resources/string-resource.jd | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/html/guide/topics/resources/more-resources.jd b/docs/html/guide/topics/resources/more-resources.jd index 9fa1a2d..b5f449a 100644 --- a/docs/html/guide/topics/resources/more-resources.jd +++ b/docs/html/guide/topics/resources/more-resources.jd @@ -575,7 +575,7 @@ ID to reference the array.</dd> </dl> </dd> <dt id="integer-array-item-element"><code><item></code></dt> - <dd>An integer. The value can be a referenced to another + <dd>An integer. The value can be a reference to another integer resource. Must be a child of a {@code <integer-array>} element. <p>No attributes.</p> </dd> diff --git a/docs/html/guide/topics/resources/string-resource.jd b/docs/html/guide/topics/resources/string-resource.jd index 27761e2..5a96ba1 100644 --- a/docs/html/guide/topics/resources/string-resource.jd +++ b/docs/html/guide/topics/resources/string-resource.jd @@ -303,7 +303,7 @@ resource ID.</dd> </dd> <dt id="plurals-item-element"><code><item></code></dt> - <dd>A plural or singular string. The value can be a referenced to another + <dd>A plural or singular string. The value can be a reference to another string resource. Must be a child of a {@code <plurals>} element. Beware that you must escape apostrophes and quotation marks. See <a href="#FormattingAndStyling">Formatting and Styling</a>, below, for information about to properly style and format your strings. |