Skip to content

Commit 6bd986d

Browse files
AdamFreybbatsov
authored andcommitted
Fix typo in docstring
1 parent e14dbba commit 6bd986d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inf-clojure.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ Clojure to load that file."
288288

289289
(defun inf-clojure-load-form ()
290290
"Return the form to query inferior Clojure for a var's documentation.
291-
If you are using REPL types, it will pickup the most approapriate
291+
If you are using REPL types, it will pickup the most appropriate
292292
`inf-clojure-var-doc-form` variant."
293293
(pcase (inf-clojure--set-repl-type (inf-clojure-proc))
294294
(`lumo inf-clojure-load-form-lumo)

0 commit comments

Comments
 (0)