We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63f689c commit 8f7f123Copy full SHA for 8f7f123
cider.el
@@ -245,7 +245,7 @@ Return a list of the form (HOST PORT), where PORT can be nil."
245
246
(defun cider--infer-ports (host ssh-hosts)
247
"Infer nREPL ports on HOST.
248
-Return a list of elements of the form (directory port). SSH-HOSTS is a list
+Return a list of elements of the form (directory port). SSH-HOSTS is a list
249
of remote SSH hosts."
250
(let ((localp (or (nrepl-local-host-p host)
251
(not (assoc-string host ssh-hosts)))))
0 commit comments