diff --git a/xml/System/Array.xml b/xml/System/Array.xml
index 0820ed35db2..f836e73c3ce 100644
--- a/xml/System/Array.xml
+++ b/xml/System/Array.xml
@@ -2766,10 +2766,10 @@
- The type of the elements of the array.
- The to be filled.
- The new value for the elements in the specified range.
- Assigns the given of type to the elements of the specified .
+ The type of the elements in the array.
+ The array to be filled.
+ The value to assign to each array element.
+ Assigns the given of type to each element of the specified .
To be added.