This is an automated email from the ASF dual-hosted git repository.

jinrongtong pushed a commit to branch new-official-website
in repository https://gitbox.apache.org/repos/asf/rocketmq-site.git


The following commit(s) were added to refs/heads/new-official-website by this 
push:
     new 27bd0f05cf 修复文档02topic.md (#660)
27bd0f05cf is described below

commit 27bd0f05cf0a35d6833b256f5c7144db2d265087
Author: summerbird_1 <77279473+summerbir...@users.noreply.github.com>
AuthorDate: Sun Jun 2 20:26:18 2024 +0800

    修复文档02topic.md (#660)
---
 versioned_docs/version-5.0/03-domainModel/02topic.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/versioned_docs/version-5.0/03-domainModel/02topic.md 
b/versioned_docs/version-5.0/03-domainModel/02topic.md
index 13d5bfcf46..bda530572a 100644
--- a/versioned_docs/version-5.0/03-domainModel/02topic.md
+++ b/versioned_docs/version-5.0/03-domainModel/02topic.md
@@ -83,9 +83,9 @@ Apache RocketMQ 5.x版本支持将消息类型拆分到主题中进行独立运
 
 **常见错误使用场景**
 
-* 发送的消息类型不匹配例如,创建主题时消息类型定义为顺序消息,发送消息时发送事务消息到该主题中,此时消息发送请求会被拒绝,并返回类型不匹配异常。
+* 发送的消息类型不匹配。例如:创建主题时消息类型定义为顺序消息,发送消息时发送事务消息到该主题中,此时消息发送请求会被拒绝,并返回类型不匹配异常。
 
-* 
单一消息主题混用例如,创建主题时消息类型定义为普通消息,发送消息时同时发送普通消息和顺序消息到该主题中,则顺序消息的发送请求会被拒绝,并返回类型不匹配异常。
+* 
单一消息主题混用。例如:创建主题时消息类型定义为普通消息,发送消息时同时发送普通消息和顺序消息到该主题中,则顺序消息的发送请求会被拒绝,并返回类型不匹配异常。
 
 
 ## 版本兼容性 

Reply via email to