mirror of https://github.com/VinGarcia/ksql.git
Minor fix to a comment
parent
bb48d77d81
commit
81026c8aac
1
ksql.go
1
ksql.go
|
@ -584,7 +584,6 @@ func assertStructPtr(t reflect.Type) error {
|
||||||
// The example below is shorter but will only work for tables with a single primary key:
|
// The example below is shorter but will only work for tables with a single primary key:
|
||||||
//
|
//
|
||||||
// err := c.Delete(ctx, UsersTable, user.ID)
|
// err := c.Delete(ctx, UsersTable, user.ID)
|
||||||
//
|
|
||||||
func (c DB) Delete(
|
func (c DB) Delete(
|
||||||
ctx context.Context,
|
ctx context.Context,
|
||||||
table Table,
|
table Table,
|
||||||
|
|
Loading…
Reference in New Issue