Skip to content

Commit 46af5b5

Browse files
author
Bruce Hauman
committed
fix inaccurate mention of clojure_edit_replace_comment_block
1 parent 6f9f696 commit 46af5b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/clojure_mcp/tools/form_edit/pipeline.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@
267267
(if (= form-type "comment")
268268
{::error true
269269
::message (str "Form type 'comment' is not supported for definition editing. "
270-
"Please use 'clojure_edit_replace_comment_block' for editing comment blocks.")}
270+
"Please use 'form_edit' for editing comment blocks.")}
271271
ctx)))
272272

273273
(defn format-similar-matches

0 commit comments

Comments
 (0)