branch: elpa/parseedn
commit acbea6bb1e4c95b585d22584c78436a6b44e20fe
Author: Bozhidar Batsov <[email protected]>
Commit: Bozhidar Batsov <[email protected]>
Fix a typo
---
parseedn.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/parseedn.el b/parseedn.el
index a0b6d4950b..1e2958ceb4 100644
--- a/parseedn.el
+++ b/parseedn.el
@@ -30,7 +30,7 @@
;;; Code:
-;; The EDN spec is not clear about wether \u0123 and \o012 are supported in
+;; The EDN spec is not clear about whether \u0123 and \o012 are supported in
;; strings. They are described as character literals, but not as string escape
;; codes. In practice all implementations support them (mostly with broken
;; surrogate pair support), so we do the same. Sorry, emoji 🙁.