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

wwbmmm 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 c1dc6e8e Update client.md (#1767)
c1dc6e8e is described below

commit c1dc6e8e8636346f0c60a1008403414673a578b5
Author: 372046933 <[email protected]>
AuthorDate: Thu May 26 18:14:19 2022 +0800

    Update client.md (#1767)
---
 docs/en/client.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/en/client.md b/docs/en/client.md
index 6ac4107e..dac05b41 100644
--- a/docs/en/client.md
+++ b/docs/en/client.md
@@ -42,7 +42,7 @@ int Init(EndPoint server_addr_and_port, const ChannelOptions* 
options);
 int Init(const char* server_addr_and_port, const ChannelOptions* options);
 int Init(const char* server_addr, int port, const ChannelOptions* options);
 ```
-The server connected by these Init() has fixed address genrally. The creation 
does not need NamingService or LoadBalancer, being relatively light-weight.  
The address could be a hostname, but don't frequently create Channels 
connecting to a hostname, which requires a DNS lookup taking at most 10 
seconds. (default timeout of DNS lookup). Reuse them.
+The server connected by these Init() has fixed address generally. The creation 
does not need NamingService or LoadBalancer, being relatively light-weight.  
The address could be a hostname, but don't frequently create Channels 
connecting to a hostname, which requires a DNS lookup taking at most 10 
seconds. (default timeout of DNS lookup). Reuse them.
 
 Valid "server_addr_and_port":
 - 127.0.0.1:80


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to