From 1c05a7ceeef7ddac0f5f166be68ce1bbf657e755 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=91=A8=E7=A4=BC=E4=BA=AD?= Date: Fri, 18 Mar 2022 09:31:17 +0000 Subject: [PATCH] fixed 7869aea from https://gitee.com/zhou-liting125/interface_sdk-js/pulls/1242 Signed-off-by: zhouliting --- api/@ohos.rpc.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/@ohos.rpc.d.ts b/api/@ohos.rpc.d.ts index 8b083110c6..1af2937616 100644 --- a/api/@ohos.rpc.d.ts +++ b/api/@ohos.rpc.d.ts @@ -1435,7 +1435,7 @@ declare namespace rpc { PROT_READ = 1; /** - * The mapped memory is writeable. + * The mapped memory is writable. * @since 8 */ PROT_WRITE = 2; -- Gitee