From ed6f1902b9007558722b50ee5b6c45cb249d6bdc Mon Sep 17 00:00:00 2001 From: Nathan Marz Date: Sat, 13 Feb 2016 18:56:35 -0500 Subject: [PATCH] rename VOID to STOP --- src/clj/com/rpl/specter.cljx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/clj/com/rpl/specter.cljx b/src/clj/com/rpl/specter.cljx index 85c7129..d1b403e 100644 --- a/src/clj/com/rpl/specter.cljx +++ b/src/clj/com/rpl/specter.cljx @@ -150,7 +150,7 @@ (defpath ^{:doc "Stops navigation at this point. For selection returns nothing and for transformation returns the structure unchanged"} - VOID + STOP [] (select* [this structure next-fn] nil )