This is an automated email from the ASF dual-hosted git repository.
panyuepeng pushed a commit to branch dev
in repository
https://gitbox.apache.org/repos/asf/incubator-streampark-website.git
The following commit(s) were added to refs/heads/dev by this push:
new b0c80a94 [Improve] Improve the statement expression in 'Code style and
quality guide' (#271)
b0c80a94 is described below
commit b0c80a9417058d724bda4b073b6a7b8c9c4206cb
Author: Yuepeng Pan <[email protected]>
AuthorDate: Tue Oct 10 03:06:09 2023 -0500
[Improve] Improve the statement expression in 'Code style and quality
guide' (#271)
---
.../current/submit_guide/code-style-and-quality-guide.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/submit_guide/code-style-and-quality-guide.md
b/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/submit_guide/code-style-and-quality-guide.md
index 58f87c3f..c16c5d10 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/submit_guide/code-style-and-quality-guide.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/submit_guide/code-style-and-quality-guide.md
@@ -98,7 +98,7 @@ sidebar_position: 3
```java
void computeVcores(Object parameter1);
```
- > 注意:如果在 `Builder` 工具类中不必严格遵循这个规则。
+ > 注意:在 `Builder` 工具类中不必严格遵循这项规则。
5. 数据库层(非服务层)的基本 `CRUD` 的方法名称应根据
`com.baomidou.mybatisplus.core.mapper.BaseMapper` 的名称统一标准化: