We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4af94e6 commit 477fd7cCopy full SHA for 477fd7c
README.md
@@ -65,7 +65,7 @@ In Emacs terminology "inferior" process is a subprocess started by Emacs (it bei
65
processes its output. As the Clojure socket REPL works in exactly the same manner `inf-clojure` can also interact with it.
66
67
Functionality like code completion and eldoc is powered by evaluation of predefined code snippets that provide the necessary results.
68
-As different Clojure REPLs have different capabilities, `inf-clojure` has to determine the type of a REPL and invoke
+As different Clojure REPLs have different capabilities, `inf-clojure` tracks the type of a REPL and invokes
69
the right code for each REPL type.
70
71
## Installation
0 commit comments