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 97dae3fc6c Update 09subscription.md (#618)
97dae3fc6c is described below

commit 97dae3fc6cb31dacc1938ab8d407c2ea624cf2d8
Author: Xin Ma <55353218+gema...@users.noreply.github.com>
AuthorDate: Sun Feb 11 16:08:04 2024 +0800

    Update 09subscription.md (#618)
---
 versioned_docs/version-5.0/03-domainModel/09subscription.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/versioned_docs/version-5.0/03-domainModel/09subscription.md 
b/versioned_docs/version-5.0/03-domainModel/09subscription.md
index 42e9328aa5..4da8e09c10 100644
--- a/versioned_docs/version-5.0/03-domainModel/09subscription.md
+++ b/versioned_docs/version-5.0/03-domainModel/09subscription.md
@@ -87,8 +87,8 @@ Apache RocketMQ 是按照消费者分组粒度管理订阅关系,因此,同
   //Consumer c1
   Consumer c1 = ConsumerBuilder.build(groupA);
   c1.subscribe(topicA,"TagA");
-  //Consumer c2Consumer 
-  c2 = ConsumerBuilder.build(groupA);
+  //Consumer c2
+  Consumer c2 = ConsumerBuilder.build(groupA);
   c2.subscribe(topicA,"TagB");
   ```
 

Reply via email to