Update go/libraries/doltcore/sqle/dfunctions/hashof_database.go

Co-authored-by: Jason Fulghum <jason@dolthub.com>
This commit is contained in:
Brian Hendriks
2024-06-07 13:40:10 -07:00
committed by GitHub
parent 6e27695654
commit 730858bf64

View File

@@ -61,7 +61,7 @@ func (t *HashOfDatabase) String() string {
// Description implements the FunctionExpression interface
func (t *HashOfDatabase) Description() string {
return "returns a hash of the contents of the current database, typically used for detecting if a database has changed"
return "returns a hash of the contents of the current branch and database, typically used for detecting if a database has changed"
}
// IsNullable implements the Expression interface.