Skip to content

Commit 7f5464a

Browse files
committed
Fix typo
1 parent ed262ca commit 7f5464a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cider-common.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ On failure, read a symbol name using PROMPT and call CALLBACK with that."
8282
(defun cider--jump-to-loc-from-info (info &optional other-window)
8383
"Jump to location give by INFO.
8484
INFO object is returned by `cider-var-info' or `cider-member-info'.
85-
OTHER-WINDOW is passed to `cider-jamp-to'."
85+
OTHER-WINDOW is passed to `cider-jump-to'."
8686
(let* ((line (nrepl-dict-get info "line"))
8787
(file (nrepl-dict-get info "file"))
8888
(name (nrepl-dict-get info "name"))

0 commit comments

Comments
 (0)