diff --git a/en/application-dev/reference/apis/js-apis-linkedlist.md b/en/application-dev/reference/apis/js-apis-linkedlist.md index f913c7697501e15ee06c505fe9e5e7ed8d471973..35a68b7ef9f6ce411aa9c75a13b4df65a5de4ddd 100644 --- a/en/application-dev/reference/apis/js-apis-linkedlist.md +++ b/en/application-dev/reference/apis/js-apis-linkedlist.md @@ -10,7 +10,7 @@ import LinkedList from '@ohos.util.LinkedList' ``` -## System Capabilities +## System Capability SystemCapability.Utils.Lang @@ -452,7 +452,7 @@ callbackfn | -------- | -------- | -------- | -------- | | value | T | Yes| Value of the entry that is currently traversed.| | index | number | No| Position index of the entry that is currently traversed.| -| LinkedList | LinkedList<T> | No| Instance that invokes the **forEach** method.| +| LinkedList | LinkedList<T> | No| Instance that invokes the **forEach** API.| **Example** diff --git a/en/application-dev/reference/apis/js-apis-vector.md b/en/application-dev/reference/apis/js-apis-vector.md index c08aa21f742a559c6b8867d01d02c627e2620fda..b142bffef838bdbf1a836dd73e9d92dbe15bb100 100644 --- a/en/application-dev/reference/apis/js-apis-vector.md +++ b/en/application-dev/reference/apis/js-apis-vector.md @@ -10,7 +10,7 @@ import Vector from '@ohos.util.Vector' ``` -## System Capabilities +## System Capability SystemCapability.Utils.Lang @@ -284,7 +284,7 @@ callbackfn | -------- | -------- | -------- | -------- | | value | T | Yes| Value of the entry that is currently traversed.| | index | number | No| Position index of the entry that is currently traversed.| -| vector | Vector<T> | No| Instance that invokes the **replaceAllElements** method.| +| vector | Vector<T> | No| Instance that invokes the **replaceAllElements** API.| **Example** @@ -321,7 +321,7 @@ callbackfn | -------- | -------- | -------- | -------- | | value | T | Yes| Value of the entry that is currently traversed.| | index | number | No| Position index of the entry that is currently traversed.| -| vector | Vector<T> | No| Instance that invokes the **forEach** method.| +| vector | Vector<T> | No| Instance that invokes the **forEach** API.| **Example**