Skip to content

Commit 88dbdba

Browse files
committed
Fix docs etc.
1 parent c2415b0 commit 88dbdba

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
- Fixes JS completions for nested objects.
2121
- Bundles other fixes and reliability improvements.
2222
- Fix scittle jack in when using `cider-jack-in-clj` ()
23-
- [#3600](https://github.com/clojure-emacs/cider/pull/3600) Fix scittle jack in when using `cider-jack-in-clj`
23+
- [#3600](https://github.com/clojure-emacs/cider/pull/3600): Fix scittle jack in when using `cider-jack-in-clj.
2424

2525
## 1.12.0 (2023-11-24)
2626

cider-connection.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -458,8 +458,8 @@ But helps us know if this is a nbb repl, or not."
458458
(nrepl-dict-get nrepl-versions "nbb-nrepl"))))
459459

460460
(defun cider--scittle-nrepl-version ()
461-
"Likewise for scittle. See `cider--nbb-nrepl-version'."
462-
(with-current-buffer (cider-current-repl)
461+
"Retrieve the underlying connection's scittle version."
462+
(with-current-buffer (cider-current-repl)
463463
(when nrepl-versions
464464
(nrepl-dict-get nrepl-versions "scittle-nrepl"))))
465465

0 commit comments

Comments
 (0)