From 1fea4bbbdb666cdd09770e15fb413085da31ec31 Mon Sep 17 00:00:00 2001 From: yiichan Date: Sun, 9 Oct 2022 14:59:06 +0800 Subject: [PATCH] fix: A Chinese grammar error in zh version readme. (#2017) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Line 35, the bracket contains a redundant Chinese character “为”, which should be removed from bracket and put in front of the remain words. 在第35行,第二个网页超链接处,中括号包含了一个多余的汉字“为”。应该将这个汉字移出中括号。 --- localization/zh/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/localization/zh/README.md b/localization/zh/README.md index d41b5ac07..c5538556a 100644 --- a/localization/zh/README.md +++ b/localization/zh/README.md @@ -32,7 +32,7 @@ # 如何做出贡献 -如果您愿意为该项目做出贡献,则可以在我们的[开发人员Wiki中](https://github.com/iluwatar/java-design-patterns/wiki)找到相关信息。我们将在[Gitter聊天室为](https://gitter.im/iluwatar/java-design-patterns)您提供帮助并回答您的问题。 +如果您愿意为该项目做出贡献,则可以在我们的[开发人员Wiki中](https://github.com/iluwatar/java-design-patterns/wiki)找到相关信息。我们将在[Gitter聊天室](https://gitter.im/iluwatar/java-design-patterns)为您提供帮助并回答您的问题。 # 许可证