diff --git a/go/libraries/doltcore/sqle/dfunctions/hashof_database.go b/go/libraries/doltcore/sqle/dfunctions/hashof_database.go index 66a256d92c..5f291f034a 100644 --- a/go/libraries/doltcore/sqle/dfunctions/hashof_database.go +++ b/go/libraries/doltcore/sqle/dfunctions/hashof_database.go @@ -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.