From 90b748c222c9edfc4b8c262b56d4a3420f1c11ed Mon Sep 17 00:00:00 2001 From: Annie_wang Date: Wed, 21 Jun 2023 11:09:11 +0800 Subject: [PATCH] update docs Signed-off-by: Annie_wang --- en/application-dev/napi/napi-guidelines.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/en/application-dev/napi/napi-guidelines.md b/en/application-dev/napi/napi-guidelines.md index 54ebab553f..8dd3d70e6b 100644 --- a/en/application-dev/napi/napi-guidelines.md +++ b/en/application-dev/napi/napi-guidelines.md @@ -156,7 +156,7 @@ struct Index { // Declare the N-APIs exposed to ArkTS. export const add: (a: number, b: number) => number; export const nativeCallArkTS: (a: object) => number; -``` +``` ## Development Guidelines @@ -181,4 +181,4 @@ The ArkCompiler protects JS object threads. Improper use may cause an applicatio ### Header File Import -Import **napi/native_api.h**. Otherwise, an error indicating that the N-API cannot be found will be reported. +Import **napi/native_api.h**. Otherwise, an error indicating that the N-API cannot be found will be reported. \ No newline at end of file -- GitLab