mirror of https://github.com/go-gorm/gorm.git
fix typo (#3911)
This commit is contained in:
parent
1b8cb07cf2
commit
9b8d3b3a0f
|
@ -7,7 +7,7 @@ type Interface interface {
|
|||
MergeClause(*Clause)
|
||||
}
|
||||
|
||||
// ClauseBuilder clause builder, allows to custmize how to build clause
|
||||
// ClauseBuilder clause builder, allows to customize how to build clause
|
||||
type ClauseBuilder func(Clause, Builder)
|
||||
|
||||
type Writer interface {
|
||||
|
|
Loading…
Reference in New Issue