Skip to content

Commit db2d6cf

Browse files
committed
Fix docs etc.
1 parent 238d944 commit db2d6cf

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
@@ -34,7 +34,7 @@
3434
- Fixes JS completions for nested objects.
3535
- Bundles other fixes and reliability improvements.
3636
- Fix scittle jack in when using `cider-jack-in-clj` ()
37-
- [#3600](https://github.com/clojure-emacs/cider/pull/3600) Fix scittle jack in when using `cider-jack-in-clj`
37+
- [#3600](https://github.com/clojure-emacs/cider/pull/3600): Fix scittle jack in when using `cider-jack-in-clj.
3838

3939
## 1.12.0 (2023-11-24)
4040

cider-connection.el

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

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

0 commit comments

Comments
 (0)