Skip to content

Commit 025c8eb

Browse files
committed
修改 Builder 模式 README.md
1 parent 927962a commit 025c8eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

builder/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,5 +103,5 @@ Person personWang = new Person.Builder()
103103

104104
## 适用场景
105105

106-
* 创建一个复杂对象的算法应该独立于组成对象的组成部分以及它们是如何组合的
107-
* 构建过程必须为所构造的对象提供不同的表示形式
106+
> * 创建一个复杂对象的算法应该独立于组成对象的组成部分以及它们是如何组合的
107+
> * 构建过程必须为所构造的对象提供不同的表示形式

0 commit comments

Comments
 (0)