From 1a9c0e4e77bfda5e37410c18f914be6e16f89bc3 Mon Sep 17 00:00:00 2001 From: wangjingen Date: Sat, 30 Aug 2025 17:18:15 +0800 Subject: [PATCH] fix format err Signed-off-by: wangjingen --- api/@ohos.distributedsched.linkEnhance.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/@ohos.distributedsched.linkEnhance.d.ts b/api/@ohos.distributedsched.linkEnhance.d.ts index 88415324be..2e6f4b44a6 100644 --- a/api/@ohos.distributedsched.linkEnhance.d.ts +++ b/api/@ohos.distributedsched.linkEnhance.d.ts @@ -173,7 +173,7 @@ declare namespace linkEnhance { * @returns { Server } Returns a server instance {@code Server}. * @throws { BusinessError } 201 - Permission denied. * @throws { BusinessError } 32390206 - Invalid parameter. - * @throws { BusinessError } 32390203 - Duplicate server name. + * @throws { BusinessError } 32390203 - Duplicate server name. * @syscap SystemCapability.DistributedSched.AppCollaboration * @since 20 */ -- Gitee