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

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

[elpa] externals/dash b45b38a 039/316: Fix typo


From: ELPA Syncer
Subject: [elpa] externals/dash b45b38a 039/316: Fix typo
Date: Mon, 15 Feb 2021 15:57:21 -0500 (EST)

branch: externals/dash
commit b45b38a5db94760d9e6ec7e05ba31a5af80a7282
Author: Matus Goljer <matus.goljer@gmail.com>
Commit: Matus Goljer <matus.goljer@gmail.com>

    Fix typo
---
 README.md | 2 +-
 dash.el   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 46229fe..e5a207c 100644
--- a/README.md
+++ b/README.md
@@ -1517,7 +1517,7 @@ groupings are equal to the length of the shortest input 
list.
 If two lists are provided as arguments, return the groupings as a list
 of cons cells. Otherwise, return the groupings as a list of lists.
 
-Please note! This distinction is being removed in an upcoming 2.0
+Please note! This distinction is being removed in an upcoming 3.0
 release of Dash. If you rely on this behavior, use -zip-pair instead.
 
 ```el
diff --git a/dash.el b/dash.el
index 8542df2..d64a4e3 100644
--- a/dash.el
+++ b/dash.el
@@ -1096,7 +1096,7 @@ groupings are equal to the length of the shortest input 
list.
 If two lists are provided as arguments, return the groupings as a list
 of cons cells. Otherwise, return the groupings as a list of lists.
 
-Please note! This distinction is being removed in an upcoming 2.0
+Please note! This distinction is being removed in an upcoming 3.0
 release of Dash. If you rely on this behavior, use -zip-pair instead."
   (declare (pure t) (side-effect-free t))
   (let (results)



reply via email to

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