mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-07 08:50:34 -06:00
Update go/libraries/doltcore/sqle/dfunctions/hashof_database.go
Co-authored-by: Jason Fulghum <jason@dolthub.com>
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user