branch: externals/dash commit 057e55ca5801488b673c952452192f4b020296f6 Author: duianto <duia...@users.noreply.github.com> Commit: GitHub <nore...@github.com>
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)