You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by di...@apache.org on 2019/02/25 14:13:46 UTC

[rocketmq] branch develop updated: [RIP-9] Update incorrect symbol (#886)

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

dinglei pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/rocketmq.git


The following commit(s) were added to refs/heads/develop by this push:
     new 175dc21  [RIP-9] Update incorrect symbol  (#886)
175dc21 is described below

commit 175dc21d2d7ff50485e03d043720b328649f7984
Author: hansongChina <25...@qq.com>
AuthorDate: Mon Feb 25 22:13:42 2019 +0800

    [RIP-9] Update incorrect symbol  (#886)
    
    [RIP-9] update incorrect symbol
---
 docs/en/Troubleshoopting.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/en/Troubleshoopting.md b/docs/en/Troubleshoopting.md
index 2948355..d43d00e 100644
--- a/docs/en/Troubleshoopting.md
+++ b/docs/en/Troubleshoopting.md
@@ -20,7 +20,7 @@ Solution: Execute  `export NAMESRV_ADDR=ip:9876` (ip refers to the address of Na
 
 Solution: The jar package of RocketMQ, such as rocketmq-client, should be the same version on the consumer and producer.
 
-## 3. When adding a new topic consumer group, historical messages can‘t be consumed.
+## 3. When adding a new topic consumer group, historical messages can't be consumed.
 
 > Problem: When a new consumer group of the same topic is started, the consumed message is the current offset message, and the historical message is not obtained.