Skip to content

Commit 17c4b2f

Browse files
committed
Fix a couple of typos
1 parent 9c2a37d commit 17c4b2f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
# EDN parser for Emacs Lisp
44

55
`parseedn` is an Emacs Lisp library for parsing [EDN
6-
data](https://github.com/edn-format/edn). It uses the
6+
data](https://github.com/edn-format/edn). It uses
77
[`parseclj`](https://github.com/clojure-emacs/parseclj)'s shift-reduce parser
88
internally.
99

10-
EDN and Emacs Lisp share some important differences that make translation from
10+
EDN and Emacs Lisp have some important differences that make translation from
1111
one to the other not transparent (think representing an EDN map into Elisp, or
1212
being able to differentiate between `false` and `nil` in Elisp). Because of
1313
this, `parseedn` takes certain decisions when parsing and transforming EDN data
@@ -51,7 +51,7 @@ You can just copy-paste this code into your Emacs init file:
5151

5252
Returns a string containing DATUM as EDN. DATUM can be any Emacs Lisp
5353
value.
54-
54+
5555
## Prior art
5656

5757
[edn.el](https://github.com/expez/edn.el) is an EDN-to-elisp parser based on the

0 commit comments

Comments
 (0)