Skip to content

Commit b70db96

Browse files
puredangerstuarthalloway
authored andcommitted
CLJ-2447 clojure.datafy docstring is misplaced
Signed-off-by: Stuart Halloway <stu@cognitect.com>
1 parent ca92f9d commit b70db96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/clj/clojure/datafy.clj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
; the terms of this license.
77
; You must not remove this notice, or any other, from this software.
88

9-
(ns clojure.datafy
10-
^{:doc "Functions to turn objects into data. Alpha, subject to change"}
9+
(ns ^{:doc "Functions to turn objects into data. Alpha, subject to change"}
10+
clojure.datafy
1111
(:require [clojure.core.protocols :as p]))
1212

1313
(set! *warn-on-reflection* true)

0 commit comments

Comments
 (0)