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/03/05 02:27:48 UTC

[rocketmq] branch develop updated: [RIP-9]Modify English document for Example_Orderly.md (#944)

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 4f8d96c  [RIP-9]Modify English document for Example_Orderly.md (#944)
4f8d96c is described below

commit 4f8d96c4a753d24dc2c2e8933d5d2908821f922f
Author: zhhlovely <45...@qq.com>
AuthorDate: Tue Mar 5 10:27:43 2019 +0800

    [RIP-9]Modify English document for Example_Orderly.md (#944)
---
 docs/en/Example_Orderly.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/en/Example_Orderly.md b/docs/en/Example_Orderly.md
index 8ae41f5..27ae60c 100644
--- a/docs/en/Example_Orderly.md
+++ b/docs/en/Example_Orderly.md
@@ -168,7 +168,7 @@ public class Producer {
 
 ```
 
-## 2.2 Consume ordered messages
+## 2 Consume ordered messages
 
 ```java