Skip to content

Commit abab279

Browse files
authored
fix: 更正差别字
1 parent b16e0e5 commit abab279

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1170,7 +1170,7 @@ class Employee {
11701170
最小化需要修改一个类的次数时很重要的, 因为如果一个类拥有太多的功能, 一旦你修改它的一小部分,
11711171
将会很难弄清楚会对代码库中的其它模块造成什么影响。
11721172

1173-
**好的**
1173+
**不好的**
11741174
```javascript
11751175
class UserSettings {
11761176
constructor(user) {

0 commit comments

Comments
 (0)