Skip to content

Commit

Permalink
Grammar update
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanslade committed Jan 12, 2024
1 parent 82f86c6 commit 2eb428d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xata/databases_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ func (d databaseCli) Rename(ctx context.Context, request RenameDatabaseRequest)
)
}

// NewDatabasesClient constructs a client for interacting databases.
// NewDatabasesClient constructs a client for interacting with databases.
func NewDatabasesClient(opts ...ClientOption) (DatabasesClient, error) {
cliOpts, err := consolidateClientOptionsForCore(opts...)
if err != nil {
Expand Down

0 comments on commit 2eb428d

Please sign in to comment.