mirror of
https://gitee.com/johng/gf
synced 2026-06-07 02:12:11 +08:00
fix: for typo in comments for package contrib/drivers and gdb (#3366)
This commit is contained in:
@ -414,7 +414,7 @@ func (c *Core) fieldsToSequence(ctx context.Context, table string, fields []stri
|
||||
return fieldsResultInSequence, nil
|
||||
}
|
||||
|
||||
// DoInsert inserts or updates data forF given table.
|
||||
// DoInsert inserts or updates data for given table.
|
||||
// This function is usually used for custom interface definition, you do not need call it manually.
|
||||
// The parameter `data` can be type of map/gmap/struct/*struct/[]map/[]struct, etc.
|
||||
// Eg:
|
||||
|
||||
@ -91,7 +91,7 @@ func (d *DriverWrapperDB) TableFields(
|
||||
return
|
||||
}
|
||||
|
||||
// DoInsert inserts or updates data forF given table.
|
||||
// DoInsert inserts or updates data for given table.
|
||||
// This function is usually used for custom interface definition, you do not need call it manually.
|
||||
// The parameter `data` can be type of map/gmap/struct/*struct/[]map/[]struct, etc.
|
||||
// Eg:
|
||||
|
||||
Reference in New Issue
Block a user