This is an automated email from the ASF dual-hosted git repository. jamesge pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-brpc.git
The following commit(s) were added to refs/heads/master by this push: new c52e0b0 Update nshead_service.md new 846f799 Merge pull request #1151 from pklim101/master c52e0b0 is described below commit c52e0b07f05adc7cda6d8b7134553f946e379413 Author: thinksasa <pklim...@163.com> AuthorDate: Fri Jul 3 12:59:13 2020 +0800 Update nshead_service.md --- docs/cn/nshead_service.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cn/nshead_service.md b/docs/cn/nshead_service.md index 3bf873d..db18bed 100644 --- a/docs/cn/nshead_service.md +++ b/docs/cn/nshead_service.md @@ -134,7 +134,7 @@ struct NsheadMessage { butil::IOBuf body; }; -// 实现这个类并复制给ServerOptions.nshead_service来让brpc处理nshead请求。 +// 实现这个类并赋值给ServerOptions.nshead_service来让brpc处理nshead请求。 class NsheadService : public Describable { public: NsheadService(); --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.org For additional commands, e-mail: dev-h...@brpc.apache.org