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

wangchengming pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 2b502ae4c2e Update local-call.md (#3023)
2b502ae4c2e is described below

commit 2b502ae4c2eaee547cab72cb434f6917605573b9
Author: lxf <[email protected]>
AuthorDate: Fri Aug 16 16:48:59 2024 +0800

    Update local-call.md (#3023)
    
    localInvoker -> localInvoke
---
 .../mannual/java-sdk/advanced-features-and-usage/service/local-call.md  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/content/zh-cn/overview/mannual/java-sdk/advanced-features-and-usage/service/local-call.md
 
b/content/zh-cn/overview/mannual/java-sdk/advanced-features-and-usage/service/local-call.md
index a788ad43090..1f496b22d6e 100644
--- 
a/content/zh-cn/overview/mannual/java-sdk/advanced-features-and-usage/service/local-call.md
+++ 
b/content/zh-cn/overview/mannual/java-sdk/advanced-features-and-usage/service/local-call.md
@@ -81,6 +81,6 @@ RpcContext.getServiceContext().setLocalInvoke(false);
 **配置单一次调用为本地调用**
 
 ```java
-RpcContext.getServiceContext().setLocalInvoker(true);
+RpcContext.getServiceContext().setLocalInvoke(true);
 ```
 

Reply via email to