From 16310d6008a463c976a0d0fbd6f411037e6fc119 Mon Sep 17 00:00:00 2001 From: nathanmarz Date: Tue, 14 Feb 2017 10:42:54 -0500 Subject: [PATCH] fix docstring --- src/clj/com/rpl/specter.cljc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/clj/com/rpl/specter.cljc b/src/clj/com/rpl/specter.cljc index 618ec01..328d4e5 100644 --- a/src/clj/com/rpl/specter.cljc +++ b/src/clj/com/rpl/specter.cljc @@ -972,7 +972,7 @@ :else (i/throw-illegal "NAME can only be used on symbols or keywords - " structure) )))) -(defnav ^{:doc "Navigates to the name portion of the keyword or symbol"} +(defnav ^{:doc "Navigates to the namespace portion of the keyword or symbol"} NAMESPACE [] (select* [this structure next-fn]