Skip to content

Commit a8b0fc4

Browse files
committed
Fix completions docstring
1 parent 30e1783 commit a8b0fc4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/cljs_tooling/complete.clj

+2-2
Original file line numberDiff line numberDiff line change
@@ -203,8 +203,8 @@
203203
(.startsWith ^String (:candidate candidate) (str prefix)))
204204

205205
(defn completions
206-
"Returns a sequence of matching completions given current namespace and a
207-
prefix string."
206+
"Returns a sequence of candidate data for completions matching the given
207+
prefix string and (optionally) the current namespace."
208208
([env prefix] (completions env prefix nil))
209209
([env prefix context-ns]
210210
(let [prefix (u/as-sym prefix)

0 commit comments

Comments
 (0)