fixed typo in docs (first where it should be last

master
mike-work 11 years ago
parent 16773380ca
commit aa13c07c4c
  1. 2
      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)

Loading…
Cancel
Save