From c9f4981e58949e8451d266e49aa7e1ad080f940b Mon Sep 17 00:00:00 2001 From: Annie_wang Date: Wed, 21 Jun 2023 10:54:22 +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