You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by wl...@apache.org on 2019/03/07 13:43:39 UTC

[rocketmq] branch develop updated: Update Example_Orderly.md

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

wlliqipeng 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 67182a4  Update Example_Orderly.md
     new fd6c890  Merge pull request #1009 from HollisGW/develop
67182a4 is described below

commit 67182a40941fa97fe536afdcf0b0c577229ad7e9
Author: HollisGW <gu...@dianwoda.com>
AuthorDate: Sun Mar 3 15:49:00 2019 +0800

    Update Example_Orderly.md
---
 docs/en/Example_Orderly.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/en/Example_Orderly.md b/docs/en/Example_Orderly.md
index 8ae41f5..e9cde37 100644
--- a/docs/en/Example_Orderly.md
+++ b/docs/en/Example_Orderly.md
@@ -1,4 +1,4 @@
-# Example for ordered messages
+# Example for Ordered Messages
 
 RocketMQ provides ordered messages using FIFO order. All related messages need to be sent into the same message queue in an orderly manner.
 
@@ -168,7 +168,7 @@ public class Producer {
 
 ```
 
-## 2.2 Consume ordered messages
+## 2 Consume ordered messages
 
 ```java