Skip to content

Commit feb8af5

Browse files
katomusobbatsov
authored andcommitted
Tweak docstring of cider-sync-request:clojuredocs-lookup
1 parent 9c1975e commit feb8af5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cider-clojuredocs.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
(defconst cider-clojuredocs-buffer "*cider-clojuredocs*")
4141

4242
(defun cider-sync-request:clojuredocs-lookup (ns sym)
43-
"Perform nREPL \"resource\" op with NS and SYM."
43+
"Perform nREPL \"clojuredocs-lookup\" op with NS and SYM."
4444
(thread-first `("op" "clojuredocs-lookup"
4545
"ns" ,ns
4646
"sym" ,sym)

0 commit comments

Comments
 (0)