From aa13c07c4cbdf875a14ad935ecc612da582de58c Mon Sep 17 00:00:00 2001 From: mike-work Date: Fri, 22 May 2015 00:35:38 +0100 Subject: [PATCH] fixed typo in docs (first where it should be last --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)