emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/parseedn acbea6bb1e 03/32: Fix a typo


From: ELPA Syncer
Subject: [nongnu] elpa/parseedn acbea6bb1e 03/32: Fix a typo
Date: Tue, 28 Dec 2021 14:04:41 -0500 (EST)

branch: elpa/parseedn
commit acbea6bb1e4c95b585d22584c78436a6b44e20fe
Author: Bozhidar Batsov <bozhidar@batsov.com>
Commit: Bozhidar Batsov <bozhidar@batsov.com>

    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 🙁.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]