Skip to content

Commit 3d1ea25

Browse files
committed
Improve English
1 parent 9934b0e commit 3d1ea25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cider.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -758,7 +758,7 @@ message in the REPL area."
758758
"Handle cider initialization after nREPL connection has been established.
759759
This function is appended to `nrepl-connected-hook' in the client process
760760
buffer."
761-
;; `nrepl-connected-hook' is run in connection buffer
761+
;; `nrepl-connected-hook' is run in the connection buffer
762762
(cider-make-connection-default (current-buffer))
763763
(cider-repl-init (current-buffer))
764764
(cider--check-required-nrepl-version)
@@ -774,7 +774,7 @@ buffer."
774774
"Cleanup after nREPL connection has been lost or closed.
775775
This function is appended to `nrepl-disconnected-hook' in the client
776776
process buffer."
777-
;; `nrepl-connected-hook' is run in connection buffer
777+
;; `nrepl-connected-hook' is run in the connection buffer
778778
(cider-possibly-disable-on-existing-clojure-buffers)
779779
(run-hooks 'cider-disconnected-hook))
780780

0 commit comments

Comments
 (0)