Minor fix to a comment

pull/53/head
Vinícius Garcia 2024-10-28 22:44:59 -03:00
parent bb48d77d81
commit 81026c8aac
1 changed files with 6 additions and 7 deletions

View File

@ -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:
//
// err := c.Delete(ctx, UsersTable, user.ID)
//
func (c DB) Delete(
ctx context.Context,
table Table,