Skip to content

Commit 4c03513

Browse files
A11Might胡启航
and
胡启航
authored
fix typo (senghoo#24)
Co-authored-by: 胡启航 <[email protected]>
1 parent 62a2f1e commit 4c03513

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

05_abstract_factory/abstractfactory.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ func (*XMLDetailDAO) SaveOrderDetail() {
6161
fmt.Print("xml detail save")
6262
}
6363

64-
//XMLDAOFactory 是RDB 抽象工厂实现
64+
//XMLDAOFactory 是XML 抽象工厂实现
6565
type XMLDAOFactory struct{}
6666

6767
func (*XMLDAOFactory) CreateOrderMainDAO() OrderMainDAO {

0 commit comments

Comments
 (0)