Skip to content

Commit 8f7f123

Browse files
committed
Fix a docstring
1 parent 63f689c commit 8f7f123

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
@@ -245,7 +245,7 @@ Return a list of the form (HOST PORT), where PORT can be nil."
245245

246246
(defun cider--infer-ports (host ssh-hosts)
247247
"Infer nREPL ports on HOST.
248-
Return a list of elements of the form (directory port). SSH-HOSTS is a list
248+
Return a list of elements of the form (directory port). SSH-HOSTS is a list
249249
of remote SSH hosts."
250250
(let ((localp (or (nrepl-local-host-p host)
251251
(not (assoc-string host ssh-hosts)))))

0 commit comments

Comments
 (0)