未验证 提交 baeb11aa 编写于 作者: zyjhandsome's avatar zyjhandsome 提交者: Gitee

update zh-cn/contribute/style-guide/style-guide-example-code-style.md.

Signed-off-by: zyjhandsome's avatarzyjhandsome <zyjhandsome@126.com>
上级 d66d2958
...@@ -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.
先完成此消息的编辑!
想要评论请 注册