From abab279485827119afa3ecc1ae22118b3701c0f3 Mon Sep 17 00:00:00 2001 From: gihann Date: Wed, 12 Sep 2018 14:11:42 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=AD=A3=E5=B7=AE=E5=88=AB?= =?UTF-8?q?=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c7c0210..addeba68 100644 --- a/README.md +++ b/README.md @@ -1170,7 +1170,7 @@ class Employee { 最小化需要修改一个类的次数时很重要的, 因为如果一个类拥有太多的功能, 一旦你修改它的一小部分, 将会很难弄清楚会对代码库中的其它模块造成什么影响。 -**好的:** +**不好的:** ```javascript class UserSettings { constructor(user) {