Skip to content

Commit

Permalink
chore(lisp): Typo in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 authored Oct 22, 2024
1 parent 46c6304 commit 073ce20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lisp/_prepare.el
Original file line number Diff line number Diff line change
Expand Up @@ -775,7 +775,7 @@ full detials."
(ignore-errors (string-to-number str)))

(defun eask--flag (flag)
"Return non-nil if FLAG exists.."
"Return non-nil if FLAG exists."
(member (concat "--eask" flag) eask-argv))

(defun eask--flag-value (flag)
Expand Down

0 comments on commit 073ce20

Please sign in to comment.