Skip to content

Commit 3d77132

Browse files
committed
Fix docstring for cljr-clojure-test-declaration
1 parent 680855c commit 3d77132

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clj-refactor.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ won't run if there is a broken namespace in the project."
200200
:type 'string)
201201

202202
(defcustom cljr-clojure-test-declaration "[clojure.test :as t]"
203-
"The require form to use when clojure.test and cljs.test is in use in a cljc file."
203+
"The require form to use when clojure.test is in use in a clj file."
204204
:group 'cljr
205205
:type 'string)
206206

0 commit comments

Comments
 (0)