Skip to content

Commit 4283d3a

Browse files
committed
Fix a typo
1 parent bc02a48 commit 4283d3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cider-interaction.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1817,7 +1817,7 @@ Useful in hooks."
18171817

18181818
(defun cider-ensure-connected ()
18191819
"Ensure there is a cider connection present, otherwise
1820-
an error is signalled."
1820+
an error is signaled."
18211821
(unless (cider-connected-p)
18221822
(error "No active nREPL connection")))
18231823

0 commit comments

Comments
 (0)