diff --git a/en/application-dev/reference/apis/js-apis-data-relationalStore.md b/en/application-dev/reference/apis/js-apis-data-relationalStore.md index 50b12e3af1bd33fe19a6346822625d6f530ede20..0a36977aa7d6d4f40f3ab3603df63a31d04aa352 100644 --- a/en/application-dev/reference/apis/js-apis-data-relationalStore.md +++ b/en/application-dev/reference/apis/js-apis-data-relationalStore.md @@ -6,7 +6,7 @@ The **relationalStore** module provides the following functions: - [RdbPredicates](#rdbpredicates): provides predicates indicating the nature, feature, or relationship of a data entity in an RDB store. It is used to define the operation conditions for an RDB store. - [RdbStore](#rdbstore): provides APIs for managing data in an RDB store. -- [Resultset](#resultset): provides APIs for accessing the result set obtained from the RDB store. +- [ResultSet](#resultset): provides APIs for accessing the result set obtained from the RDB store. > **NOTE** >