From ac8630e144d03a22849a5258fdcd2eb56fd06956 Mon Sep 17 00:00:00 2001 From: LiAn Date: Tue, 11 Oct 2022 07:06:26 +0000 Subject: [PATCH] update zh-cn/contribute/template/errorcodes-template.md. Signed-off-by: LiAn Signed-off-by: LiAn --- zh-cn/contribute/template/errorcodes-template.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/zh-cn/contribute/template/errorcodes-template.md b/zh-cn/contribute/template/errorcodes-template.md index b0dc80efcb..8ad120b307 100644 --- a/zh-cn/contribute/template/errorcodes-template.md +++ b/zh-cn/contribute/template/errorcodes-template.md @@ -25,11 +25,9 @@ This is repeat operation. > **说明:** > -> *1.描述**错误码所属的业务场景(比如开发xx业务、开发xx功能时)***。 -> -> *2.描述**出现异常的具体现象、产生位置(比如xx模块、xx类、xx接口等)**,辅助开发者理解和处理异常。* +> *描述**错误码所属的业务场景(比如开发xx业务、开发xx功能时)及出现异常的具体现象**,辅助开发者理解和处理异常*。 -当对同一窗口对象存在重复操作时,xx模块(或xx类,或xx接口)会上报此错误码。 +当对同一窗口对象存在重复操作时,系统会产生此错误码。 ### 可能原因 -- GitLab