Skip to content

Commit

Permalink
Fix typo, clint -> client
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanslade committed Jan 12, 2024
1 parent aabbca1 commit 82f86c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xata/records_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ func constructRecord(in map[string]interface{}) (*Record, error) {
return &record, nil
}

// NewRecordsClient constructs a clint for interacting with records.
// NewRecordsClient constructs a client for interacting with records.
func NewRecordsClient(opts ...ClientOption) (RecordsClient, error) {
cliOpts, dbCfg, err := consolidateClientOptionsForWorkspace(opts...)
if err != nil {
Expand Down

0 comments on commit 82f86c6

Please sign in to comment.