diff --git a/reference/ds/ds/map/slice.xml b/reference/ds/ds/map/slice.xml
index 6ad614724f..307298b9e8 100644
--- a/reference/ds/ds/map/slice.xml
+++ b/reference/ds/ds/map/slice.xml
@@ -5,7 +5,7 @@
Ds\Map::slice
- Returns a subset of the map defined by a starting index and length.
+ Returns a subset of the map defined by a starting index and length.
@@ -14,7 +14,7 @@
public Ds\MapDs\Map::slice
intindex
- arraylength
+ intlength
Returns a subset of the map defined by a starting index and length.
diff --git a/reference/ds/ds/sequence/slice.xml b/reference/ds/ds/sequence/slice.xml
index 19d7d57fca..47e3f48665 100644
--- a/reference/ds/ds/sequence/slice.xml
+++ b/reference/ds/ds/sequence/slice.xml
@@ -5,7 +5,7 @@
Ds\Sequence::slice
- Returns a sub-sequence of a given range.
+ Returns a sub-sequence of a given range.
@@ -14,7 +14,7 @@
abstract public Ds\SequenceDs\Sequence::slice
intindex
- arraylength
+ intlength
Creates a sub-sequence of a given range.
diff --git a/reference/ds/ds/set/slice.xml b/reference/ds/ds/set/slice.xml
index 32991d1f15..fa5aa89631 100644
--- a/reference/ds/ds/set/slice.xml
+++ b/reference/ds/ds/set/slice.xml
@@ -5,7 +5,7 @@
Ds\Set::slice
- Returns a sub-set of a given range.
+ Returns a sub-set of a given range.
@@ -14,7 +14,7 @@
public Ds\SetDs\Set::slice
intindex
- arraylength
+ intlength
Creates a sub-set of a given range.
diff --git a/reference/ds/ds/vector/slice.xml b/reference/ds/ds/vector/slice.xml
index 98d33fc133..49e69fe03a 100644
--- a/reference/ds/ds/vector/slice.xml
+++ b/reference/ds/ds/vector/slice.xml
@@ -5,7 +5,7 @@
Ds\Vector::slice
- Returns a sub-vector of a given range.
+ Returns a sub-vector of a given range.
@@ -14,7 +14,7 @@
public Ds\VectorDs\Vector::slice
intindex
- arraylength
+ intlength
Creates a sub-vector of a given range.