diff --git a/docs/html/guide/topics/resources/more-resources.jd b/docs/html/guide/topics/resources/more-resources.jd index 9fa1a2dab1008..b5f449a18adaf 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 27761e222af9b..5a96ba172b4b0 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.