diff options
author | Scott Kennedy <skennedy@google.com> | 2013-01-15 19:33:56 -0800 |
---|---|---|
committer | Scott Kennedy <skennedy@google.com> | 2013-01-15 19:33:56 -0800 |
commit | d7ec742c30be95da4d20930dd5000897bfe3f127 (patch) | |
tree | b934ae77ab68f48787286c1c64f62ce3f2da1e04 /docs | |
parent | 3c3995f5ab2d0bc38cd06effdd65395a6a9a0ac3 (diff) | |
download | frameworks_base-d7ec742c30be95da4d20930dd5000897bfe3f127.zip frameworks_base-d7ec742c30be95da4d20930dd5000897bfe3f127.tar.gz frameworks_base-d7ec742c30be95da4d20930dd5000897bfe3f127.tar.bz2 |
docs: Minor typos
One of these was mentioned in a comment in external 40435
Change-Id: I70f41214f41a91c716d642fe389ac2d3000175f4
Diffstat (limited to 'docs')
-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. |