Skip to content

Commit a826c1c

Browse files
committed
Fix a docstring
1 parent 004ae91 commit a826c1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cider-repl.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -886,7 +886,7 @@ string, the REPL's show prefix as any and an `end-of-line' flag.
886886
The return value of the handler should be a flag, indicating whether or not
887887
the REPL is ready for a prompt to be displayed. Most handlers should return
888888
t, as the content-type response is (currently) an alternative to the
889-
value response . However for handlers which themselves issue subsequent
889+
value response. However for handlers which themselves issue subsequent
890890
nREPL ops, it may be convenient to prevent inserting a prompt."
891891
:group 'cider-repl
892892
:package-version '(cider . "0.17.0"))

0 commit comments

Comments
 (0)