Skip to content

Commit bac53bd

Browse files
committed
Fix a docstring
1 parent 8688489 commit bac53bd

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
@@ -667,7 +667,7 @@ Use `cider-ps-running-nrepls-command' and `cider-ps-running-nrepl-path-regexp-li
667667
(defun cider-project-type ()
668668
"Determine the type, either leiningen, boot or gradle, of the current project.
669669
If more than one project file types are present, check for a preferred
670-
build tool in `cider-preferred-build-tool`, otherwise prompt the user to
670+
build tool in `cider-preferred-build-tool', otherwise prompt the user to
671671
choose."
672672
(let* ((choices (cider--identify-buildtools-present))
673673
(multiple-project-choices (> (length choices) 1))

0 commit comments

Comments
 (0)