Skip to content

Commit f63c609

Browse files
committed
Fix a typo
1 parent bcd806a commit f63c609

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ The supported REPL-features are in an alist called
146146

147147
If you want to add a new REPL type, just `(add-to-list
148148
'inf-clojure-repl-features (cons new-repl-type '((doc
149-
. "(myrepl/doc-command %s") ...)))` since the datastructure is just an
149+
. "(myrepl/doc-command %s") ...)))` since the data structure is just an
150150
alist of alists.
151151

152152
If you want to update a specific form there is a function

0 commit comments

Comments
 (0)