am ee6f89ff: am 3332aa98: am d7ec742c: docs: Minor typos

* commit 'ee6f89ff9cf08f78af84428102b910dd1275ef2d':
  docs: Minor typos
This commit is contained in:
Scott Kennedy
2013-01-16 10:13:02 -08:00
committed by Android Git Automerger
2 changed files with 2 additions and 2 deletions

View File

@@ -575,7 +575,7 @@ ID to reference the array.</dd>
</dl>
</dd>
<dt id="integer-array-item-element"><code>&lt;item&gt;</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 &lt;integer-array&gt;} element.
<p>No attributes.</p>
</dd>

View File

@@ -303,7 +303,7 @@ resource ID.</dd>
</dd>
<dt id="plurals-item-element"><code>&lt;item&gt;</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 &lt;plurals&gt;} 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.