branch: externals/dash commit a57c2c335d0527909f472ca51a2201ad44d38aab Merge: 4b46527 057e55c Author: Matus Goljer <dota.k...@gmail.com> Commit: GitHub <nore...@github.com>
Merge pull request #245 from duianto/patch-1 Update examples.el, remove duplicate -third-item --- dev/examples.el | 4 ---- 1 file changed, 4 deletions(-) diff --git a/dev/examples.el b/dev/examples.el index ffdf587..6216ee1 100644 --- a/dev/examples.el +++ b/dev/examples.el @@ -731,10 +731,6 @@ new list." (-third-item '(1 2 3)) => 3 (-third-item nil) => nil) - (defexamples -third-item - (-third-item '(1 2 3)) => 3 - (-third-item nil) => nil) - (defexamples -fourth-item (-fourth-item '(1 2 3 4)) => 4 (-fourth-item nil) => nil)