Skip to content

Commit 958c0c1

Browse files
committed
Fix a descriptor
1 parent b4e1e6c commit 958c0c1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/cider/nrepl.clj

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -389,9 +389,7 @@
389389
:returns {"resource-path" "The file path to a resource."}}
390390
"resources-list"
391391
{:doc "Obtain a list of all resources on the classpath."
392-
:returns {"resources-list" "The list of resources."}
393-
:optional {"context" "Completion context for compliment."
394-
"prefix" "Prefix to filter out resources."}}}})
392+
:returns {"resources-list" "The list of resources."}}}})
395393

396394
(def-wrapper wrap-spec cider.nrepl.middleware.spec/handle-spec
397395
(cljs/requires-piggieback

0 commit comments

Comments
 (0)