Skip to content

Commit 900dc19

Browse files
committed
Fix a docstring
1 parent eff988e commit 900dc19

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

clj-refactor.el

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2526,8 +2526,7 @@ See: https://github.com/clojure-emacs/clj-refactor.el/wiki/cljr-promote-function
25262526
(thread-first s (split-string "\\(\r\n\\|[\n\r]\\)") car string-trim))
25272527

25282528
(defun cljr--project-relative-path (path)
2529-
"Denormalize PATH to make to make it relative to the project
2530-
root."
2529+
"Denormalize PATH to make it relative to the project root."
25312530
(string-remove-prefix (cljr--project-dir) path))
25322531

25332532
(defun cljr--get-valid-filename (hash)

0 commit comments

Comments
 (0)