From d7ec742c30be95da4d20930dd5000897bfe3f127 Mon Sep 17 00:00:00 2001 From: Scott Kennedy Date: Tue, 15 Jan 2013 19:33:56 -0800 Subject: docs: Minor typos One of these was mentioned in a comment in external 40435 Change-Id: I70f41214f41a91c716d642fe389ac2d3000175f4 --- docs/html/guide/topics/resources/more-resources.jd | 2 +- 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 9fa1a2dab100..b5f449a18ada 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.
<item>
-
An integer. The value can be a referenced to another +
An integer. The value can be a reference to another integer resource. Must be a child of a {@code <integer-array>} element.

No attributes.

diff --git a/docs/html/guide/topics/resources/string-resource.jd b/docs/html/guide/topics/resources/string-resource.jd index 27761e222af9..5a96ba172b4b 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.
<item>
-
A plural or singular string. The value can be a referenced to another +
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 Formatting and Styling, below, for information about to properly style and format your strings. -- cgit v1.2.3-59-g8ed1b