Skip to content

Commit 9a48139

Browse files
authored
Fix typo
1 parent 2bdef0a commit 9a48139

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ only `parse-opts` and `summarize` were available.
305305

306306
(defn validate-args
307307
"Validate command line arguments. Either return a map indicating the program
308-
should exit (with a error message, and optional ok status), or a map
308+
should exit (with an error message, and optional ok status), or a map
309309
indicating the action the program should take and the options provided."
310310
[args]
311311
(let [{:keys [options arguments errors summary]} (parse-opts args cli-options)]

0 commit comments

Comments
 (0)