Skip to content

Commit

Permalink
new arg for drop-last
Browse files Browse the repository at this point in the history
  • Loading branch information
josephwilk committed Jan 30, 2017
1 parent e223b02 commit 1c7bd79
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
Binary file modified doc/clojure.core$drop_last_arg0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/clojure.core$drop_last_arg1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified doc/clojure.core$drop_last_post.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/functions_as_patterns/seq.clj
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
;;;take take-while butlast drop-last for

(render doc-dir (butlast (concat (color/color-seq 2) (color/color-seq 2 color/rgb-highlight-color))))
(render doc-dir (drop-last (concat (color/color-seq 2) (color/color-seq 2 color/rgb-highlight-color))))
(render doc-dir (drop-last 2 (concat (color/color-seq 2) (color/color-seq 2 color/rgb-highlight-color))))

;;Change
;;;flatten group-by partition partition-all partition-by split-at split-with filter
Expand Down

0 comments on commit 1c7bd79

Please sign in to comment.