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

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

[elpa] externals/dash 7aec562 430/439: Merge pull request #140 from mijo


From: Phillip Lord
Subject: [elpa] externals/dash 7aec562 430/439: Merge pull request #140 from mijoharas/master
Date: Tue, 04 Aug 2015 20:31:44 +0000

branch: externals/dash
commit 7aec5628a0e46f4a2bc0e18e4580b3abc17c5dfd
Merge: 1677338 aa13c07
Author: Matus Goljer <address@hidden>
Commit: Matus Goljer <address@hidden>

    Merge pull request #140 from mijoharas/master
    
    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]