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/26 11:24:19 UTC

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

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

commit 83c788e6b7ea26aae844981856731dcfd0d25af3
Author: xuan shares <70...@qq.com>
AuthorDate: Tue Feb 26 19:23:40 2019 +0800

    [RIP-9] Modify English document for Example_Orderly.md (#902)
    
    [RIP-9] Modify English document for Example_Orderly.md
---
 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 875e3de..74012a6 100644
--- a/docs/en/Example_Orderly.md
+++ b/docs/en/Example_Orderly.md
@@ -4,7 +4,7 @@ RocketMQ provides ordered messages using FIFO order. All related messages need t
 
 The following demonstrates ordered messages by ensuring order of create, pay, send and finish steps of sales order process.
 
-## 2.1 produce ordered messages
+## 1 produce ordered messages
 ```
 package org.apache.rocketmq.example.order2