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

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

[elpa] externals/dash aa13c07 429/439: fixed typo in docs (first where i


From: Phillip Lord
Subject: [elpa] externals/dash aa13c07 429/439: fixed typo in docs (first where it should be last
Date: Tue, 04 Aug 2015 20:31:43 +0000

branch: externals/dash
commit aa13c07c4cbdf875a14ad935ecc612da582de58c
Author: mike-work <address@hidden>
Commit: mike-work <address@hidden>

    fixed typo in docs (first where it should be last
---
 README.md |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/README.md b/README.md
index 0e727f5..d09d288 100644
--- a/README.md
+++ b/README.md
@@ -338,7 +338,7 @@ See also: [`-map-when`](#-map-when-pred-rep-list), 
[`-replace-first`](#-replace-
 
 #### -map-last `(pred rep list)`
 
-Replace first item in `list` satisfying `pred` with result of `rep` called on 
this item.
+Replace last item in `list` satisfying `pred` with result of `rep` called on 
this item.
 
 See also: [`-map-when`](#-map-when-pred-rep-list), 
[`-replace-last`](#-replace-last-old-new-list)
 



reply via email to

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