From 11083e9ddaf9dc25e83057c6f1f45164b89c0c9e Mon Sep 17 00:00:00 2001 From: hw-wLiu Date: Mon, 21 Nov 2022 09:54:35 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9api=E6=96=87=E6=A1=A3?= =?UTF-8?q?=E4=B8=AD=E6=8B=BC=E5=86=99=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: hw-wLiu --- api/@ohos.bytrace.d.ts | 4 ++-- api/@ohos.hiTraceMeter.d.ts | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/api/@ohos.bytrace.d.ts b/api/@ohos.bytrace.d.ts index e1b5a1ccad..b2ee906edc 100644 --- a/api/@ohos.bytrace.d.ts +++ b/api/@ohos.bytrace.d.ts @@ -65,8 +65,8 @@ declare namespace bytrace { * @deprecated * @since 7 * @syscap SystemCapability.HiviewDFX.HiTrace - * @param name Indicates the task name. It must be the same whith the {@code name} of startTrace. - * @param taskId The unique id used to distinguish the tasks and must be the same whith the . + * @param name Indicates the task name. It must be the same with the {@code name} of startTrace. + * @param taskId The unique id used to distinguish the tasks and must be the same with the . * {@code taskId} of startTrace. */ function finishTrace(name: string, taskId: number): void; diff --git a/api/@ohos.hiTraceMeter.d.ts b/api/@ohos.hiTraceMeter.d.ts index d9034b7c5b..7884496483 100644 --- a/api/@ohos.hiTraceMeter.d.ts +++ b/api/@ohos.hiTraceMeter.d.ts @@ -61,8 +61,8 @@ declare namespace hiTraceMeter { * * @since 8 * @syscap SystemCapability.HiviewDFX.HiTrace - * @param name Indicates the task name. It must be the same whith the {@code name} of startTrace. - * @param taskId The unique id used to distinguish the tasks and must be the same whith the . + * @param name Indicates the task name. It must be the same with the {@code name} of startTrace. + * @param taskId The unique id used to distinguish the tasks and must be the same with the . * {@code taskId} of startTrace. */ function finishTrace(name: string, taskId: number): void; -- Gitee