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

wangxin 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 a2a572a  fix typo. Fixes https://github.com/apache/dubbo/issues/5096 
(#476)
a2a572a is described below

commit a2a572a833e2f1ea6818b7dec1bac248b3be5f6e
Author: bailei <bailei...@163.com>
AuthorDate: Mon Sep 23 10:56:06 2019 +0800

    fix typo. Fixes https://github.com/apache/dubbo/issues/5096 (#476)
---
 docs/en-us/dev/impls/router.md | 2 +-
 docs/zh-cn/dev/impls/router.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/en-us/dev/impls/router.md b/docs/en-us/dev/impls/router.md
index 49502f3..94c8708 100644
--- a/docs/en-us/dev/impls/router.md
+++ b/docs/en-us/dev/impls/router.md
@@ -24,7 +24,7 @@ src
     |-java
         |-com
             |-xxx
-                |-XxxRouterFactory.java (LoadBalance implementation)
+                |-XxxRouterFactory.java (RouterFactory implementation)
     |-resources
         |-META-INF
             |-dubbo
diff --git a/docs/zh-cn/dev/impls/router.md b/docs/zh-cn/dev/impls/router.md
index ad7f549..db5a865 100644
--- a/docs/zh-cn/dev/impls/router.md
+++ b/docs/zh-cn/dev/impls/router.md
@@ -24,7 +24,7 @@ src
     |-java
         |-com
             |-xxx
-                |-XxxRouterFactory.java (实现LoadBalance接口)
+                |-XxxRouterFactory.java (实现RouterFactory接口)
     |-resources
         |-META-INF
             |-dubbo

Reply via email to