Skip to content

Commit fdb0b91

Browse files
committed
Improve wording
1 parent 93fc023 commit fdb0b91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cider.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ PLUGINS and MIDDLEWARES. PARAMS and MIDDLEWARES are passed on to
480480
are passed on to `cider-boot-dependencies`."
481481
(concat global-opts
482482
(unless (seq-empty-p global-opts) " ")
483-
"-i \"(require 'cider.tasks)\" " ;; Note the white space at the end here
483+
"-i \"(require 'cider.tasks)\" " ;; Note the space at the end here
484484
(cider-boot-dependencies (append dependencies plugins))
485485
(cider-boot-middleware-task params middlewares)))
486486

0 commit comments

Comments
 (0)