未验证 提交 3fd48b13 编写于 作者: O openharmony_ci 提交者: Gitee

!21443 【轻量级 PR】:update zh-cn/contribute/style-guide/style-guide-example-code-style.md.

Merge pull request !21443 from zyjhandsome/N/A
...@@ -551,7 +551,7 @@ notificationManager.publish(notificationRequest, (err) => { ...@@ -551,7 +551,7 @@ notificationManager.publish(notificationRequest, (err) => {
... ...
return; return;
} }
console.info('Invoke publish succeeded.'); console.info('Succeeded in publishing notification.');
}); });
``` ```
...@@ -563,7 +563,7 @@ notificationManager.publish(notificationRequest, function (err) { ...@@ -563,7 +563,7 @@ notificationManager.publish(notificationRequest, function (err) {
... ...
return; return;
} }
console.info('Invoke publish succeeded.'); console.info('Succeeded in publishing notification.');
}); });
``` ```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册