Skip to content

Commit 55b747d

Browse files
authored
fix Singleton link in readme, fix some typo
1 parent b55d7cf commit 55b747d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ Go 语言设计模式的实例代码
77
## 创建型模式
88

99
* [简单工厂模式(Simple Factory)](https://github.com/senghoo/golang-design-pattern/tree/master/00_simple_factory)
10-
* [厂方法模式(Factory Method)](https://github.com/senghoo/golang-design-pattern/tree/master/04_factory_method)
10+
* [工厂方法模式(Factory Method)](https://github.com/senghoo/golang-design-pattern/tree/master/04_factory_method)
1111
* [抽象工厂模式(Abstract Factory)](https://github.com/senghoo/golang-design-pattern/tree/master/05_abstract_factory)
1212
* [创建者模式(Builder)](https://github.com/senghoo/golang-design-pattern/tree/master/06_builder)
1313
* [原型模式(Prototype)](https://github.com/senghoo/golang-design-pattern/tree/master/07_prototype)
14-
* [单例模式(Singleton)](https://github.com/senghoo/golang-design-pattern/tree/master/02_adapter)
14+
* [单例模式(Singleton)](https://github.com/senghoo/golang-design-pattern/tree/master/03_singleton)
1515

1616
## 结构型模式
1717

0 commit comments

Comments
 (0)