Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ahungry committed Apr 13, 2023
1 parent dcec7bb commit 63a74d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion org-jira.el
Original file line number Diff line number Diff line change
Expand Up @@ -1765,7 +1765,7 @@ that should be bound to an issue."
(initial-input (when (member (car org-jira-type-read-history) issue-types)
org-jira-type-read-history)))

;; TODO: The completing-read cards as such are all over the place, and always tend
;; TODO: The completing-read calls as such are all over the place, and always tend
;; to follow this exact same call structure - we should abstract to a single fn
;; that will allow calling with fewer or keyword args
(completing-read
Expand Down

0 comments on commit 63a74d4

Please sign in to comment.