Skip to content

Commit

Permalink
Small wording change.
Browse files Browse the repository at this point in the history
  • Loading branch information
OliverLok committed Dec 10, 2024
1 parent 0bd0278 commit 8b54ae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cmd/request.go
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ func ConvertAPIResponseToTable(response core.APIResponse) (string, bool) {

// Attempt to convert a []may[string]any into a TSV table.
// Headers are taken from the keys of the first entry.
// Rows are the value's of each entry in the slice.
// Rows are the value's of each entry in the list.
// Return the table and true on a successful conversion or false if there is an issue converting.
func convertEntriesToTable(entries []any) (string, bool) {
if len(entries) == 0 {
Expand Down

0 comments on commit 8b54ae4

Please sign in to comment.