Skip to content

Commit

Permalink
fix gdb_fun.go code comments (#2687)
Browse files Browse the repository at this point in the history
  • Loading branch information
oldme-git authored Jun 12, 2023
1 parent 2ece368 commit 842e5a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database/gdb/gdb_func.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ type iInterfaces interface {
Interfaces() []interface{}
}

// iTableName is the interface for retrieving table name fro struct.
// iTableName is the interface for retrieving table name for struct.
type iTableName interface {
TableName() string
}
Expand Down

0 comments on commit 842e5a6

Please sign in to comment.