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 bcd806a commit f63c609Copy full SHA for f63c609
README.md
@@ -146,7 +146,7 @@ The supported REPL-features are in an alist called
146
147
If you want to add a new REPL type, just `(add-to-list
148
'inf-clojure-repl-features (cons new-repl-type '((doc
149
-. "(myrepl/doc-command %s") ...)))` since the datastructure is just an
+. "(myrepl/doc-command %s") ...)))` since the data structure is just an
150
alist of alists.
151
152
If you want to update a specific form there is a function
0 commit comments