diff --git a/zh-cn/application-dev/reference/apis/js-apis-distributed-data.md b/zh-cn/application-dev/reference/apis/js-apis-distributed-data.md index 9cddedcc8321d147111a7b9706f16da7f3386dac..eb319a98a51d333771679d2c7916e904b62c5650 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-distributed-data.md +++ b/zh-cn/application-dev/reference/apis/js-apis-distributed-data.md @@ -1221,7 +1221,7 @@ equalTo(field: string, value: number|string|boolean): Query | 参数名 | 参数类型 | 必填 | 说明 | | ----- | ------ | ---- | ----------------------- | -| fieId | string | 是 |表示指定字段,必须以$开头, 并且不能包含' ^ '。 | +| fieId | string | 是 |表示指定字段,且不能包含' ^ '。 | | value | number\|string\|boolean | 是 | 表示指定的值。| **返回值:**