Skip to content

Commit

Permalink
oops misspelling
Browse files Browse the repository at this point in the history
  • Loading branch information
windymelt committed Nov 23, 2018
1 parent 6226981 commit d3af08d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
;; Enable syntax.
(cl-punch:enable-punch-syntax)
;; ^() is comverted into (lambda ...) .
;; ^() is converted into (lambda ...) .
;; Each underscore is converted into a lambda argument.
(mapcar ^(* 2 _) '(1 2 3 4 5))
Expand Down

0 comments on commit d3af08d

Please sign in to comment.