diff options
Diffstat (limited to 'src/clj/clojure/inspector.clj')
-rw-r--r-- | src/clj/clojure/inspector.clj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/clj/clojure/inspector.clj b/src/clj/clojure/inspector.clj index d7f8f30f..d28d1ea8 100644 --- a/src/clj/clojure/inspector.clj +++ b/src/clj/clojure/inspector.clj @@ -6,7 +6,7 @@ ; the terms of this license. ; You must not remove this notice, or any other, from this software. -(ns #^{:doc "Graphical object inspector for Clojure data structures." +(ns ^{:doc "Graphical object inspector for Clojure data structures." :author "Rich Hickey"} clojure.inspector (:import |