This commit is contained in:
Philip Sahli 2021-01-04 04:30:05 +01:00 committed by GitHub
parent 1b8cb07cf2
commit 9b8d3b3a0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 {