diff --git a/docs/html/guide/topics/resources/more-resources.jd b/docs/html/guide/topics/resources/more-resources.jd index d37b9f88b2e81..9fa1a2dab1008 100644 --- a/docs/html/guide/topics/resources/more-resources.jd +++ b/docs/html/guide/topics/resources/more-resources.jd @@ -540,7 +540,7 @@ resource ID.
resource reference:
-In Java: R.array.string_array_name
+In Java: R.array.integer_array_name
In XML: @[package:]array.integer_array_name
@@ -565,7 +565,7 @@ In XML: @[package:]array.integer_array_name
Required. This must be the root node.

No attributes.

-
<string-array>
+
<integer-array>
Defines an array of integers. Contains one or more child {@code <item>} elements.

attributes: