From e95ae57198c61dfebb1b336ee0540020de03838c Mon Sep 17 00:00:00 2001 From: guide Date: Tue, 29 Dec 2020 15:09:45 +0800 Subject: [PATCH] =?UTF-8?q?Update=20=E4=BB=A3=E7=90=86=E6=A8=A1=E5=BC=8F?= =?UTF-8?q?=E8=AF=A6=E8=A7=A3.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/java/basis/代理模式详解.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/java/basis/代理模式详解.md b/docs/java/basis/代理模式详解.md index 45c7c2c5..10461783 100644 --- a/docs/java/basis/代理模式详解.md +++ b/docs/java/basis/代理模式详解.md @@ -28,7 +28,7 @@ **代理模式的主要作用是扩展目标对象的功能,比如说在目标对象的某个方法执行前后你可以增加一些自定义的操作。** -举个例子:你的找了一小红来帮你问话,小红就看作是代理我的代理对象,代理的行为(方法)是问话。 +举个例子:你找了小红来帮你文化,小红就可以看作是代理你的代理对象,代理的行为(方法)是问话。 ![Understanding the Proxy Design Pattern | by Mithun Sasidharan | Medium](https://guide-blog-images.oss-cn-shenzhen.aliyuncs.com/2020-8/1*DjWCgTFm-xqbhbNQVsaWQw.png)