1
0
mirror of https://github.com/astaxie/beego.git synced 2025-06-11 10:30:39 +00:00

fix misspell

This commit is contained in:
astaxie
2017-04-28 23:37:40 +08:00
parent 64b475d7d6
commit 1c32c011a1
3 changed files with 3 additions and 3 deletions

View File

@ -1733,7 +1733,7 @@ func (d *dbBase) TableQuote() string {
return "`"
}
// replace value placeholer in parametered sql string.
// replace value placeholder in parametered sql string.
func (d *dbBase) ReplaceMarks(query *string) {
// default use `?` as mark, do nothing
}