fix gdb_fun.go code comments (#2687)

This commit is contained in:
oldme 2023-06-12 19:52:38 +08:00 committed by GitHub
parent 2ece368810
commit 842e5a6774
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
}