branch: elpa/inf-clojure
commit f63c60961bec154b21b6de3d8e0af82e61c91b23
Author: Bozhidar Batsov <bozhi...@batsov.com>
Commit: Bozhidar Batsov <bozhi...@batsov.com>

    Fix a typo
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 8f5cdac..7ad6334 100644
--- a/README.md
+++ b/README.md
@@ -146,7 +146,7 @@ The supported REPL-features are in an alist called
 
 If you want to add a new REPL type, just `(add-to-list
 'inf-clojure-repl-features (cons new-repl-type '((doc
-. "(myrepl/doc-command %s") ...)))` since the datastructure is just an
+. "(myrepl/doc-command %s") ...)))` since the data structure is just an
 alist of alists.
 
 If you want to update a specific form there is a function

Reply via email to