Skip to content

Commit

Permalink
minor; references #6
Browse files Browse the repository at this point in the history
Signed-off-by: Mario Kozjak <[email protected]>
  • Loading branch information
mkozjak committed Jun 28, 2024
1 parent ec89d85 commit cc16f0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/bar/searchbar.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ func (s *SearchBar) createContainer() *tview.InputField {
}

// done is a callback method that gets called after the user confirms their
// search query pressing on of the Enter or Escape keys on the keyboard.
// search query pressing one of the Enter or Escape keys on the keyboard.
// In case when Enter is pressed, the program fetches user's input and also
// prepares tokens that are generated by splitting currently iterated artist name by
// whitespace (" "). These tokens, along with the query, are then each sent as
Expand Down

0 comments on commit cc16f0f

Please sign in to comment.