You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by vo...@apache.org on 2018/11/30 02:30:04 UTC

[rocketmq-client-cpp] branch master updated: Fix the typo

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

vongosling pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-client-cpp.git


The following commit(s) were added to refs/heads/master by this push:
     new 2667954  Fix the typo
2667954 is described below

commit 2667954a2d6ffcb59ad7ee172469fa3391901d8b
Author: von gosling <vo...@apache.org>
AuthorDate: Fri Nov 30 10:29:58 2018 +0800

    Fix the typo
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 5392977..3815498 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ RocketMQ-Client-CPP is the C/C++ client of Apache RocketMQ which is a distribute
 
 ## Features ##
 
-- produce message, include sync and asynce produce message, timed and delay message. 
+- produce message, include sync and async produce message, timed and delay message. 
 
 - consume message, include concurrency and orderly consume message, broadcast and cluster consume model.