Fix typo in README.md #82

Merged
lunny merged 1 commits from eltociear/builder:master into master 2021-04-22 05:38:41 +00:00

View File

@ -161,7 +161,7 @@ sql, args, _ := ToSQL(NotNull{"b"})
// b IS NOT NULL [] // b IS NOT NULL []
``` ```
* `And(conds ...Cond)`, And can connect one or more condtions via And * `And(conds ...Cond)`, And can connect one or more conditions via And
```Go ```Go
import . "xorm.io/builder" import . "xorm.io/builder"