Skip to content

Commit 0cf75bf

Browse files
committed
Misc typos
1 parent 869f502 commit 0cf75bf

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

cider-mode.el

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -622,8 +622,9 @@ re-visited."
622622

623623
(defcustom cider-custom-symbol-categorizer-1
624624
nil
625-
"A function that receives `var-sym' and `metadata-map'.
626-
Determines is a given symbol should be rendered using
625+
"A function that receives `var' (type: string),
626+
and `metadata-map' (type: nrepl dict).
627+
Determines if a given symbol should be rendered using
627628
`cider-custom-face-1'.
628629
629630
See also: `cider-custom-face-1', `cider-font-lock-dynamically'."
@@ -633,8 +634,9 @@ See also: `cider-custom-face-1', `cider-font-lock-dynamically'."
633634

634635
(defcustom cider-custom-symbol-categorizer-2
635636
nil
636-
"A function that receives `var-sym' and `metadata-map'.
637-
Determines is a given symbol should be rendered using
637+
"A function that receives `var' (type: string),
638+
and `metadata-map' (type: nrepl dict).
639+
Determines if a given symbol should be rendered using
638640
`cider-custom-face-2'.
639641
640642
See also: `cider-custom-face-2', `cider-font-lock-dynamically'."

doc/modules/ROOT/pages/usage/code_reloading.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ and `cider-ns-reload-all` (kbd:[C-c M-n M-l]) commands can be used instead. Thes
112112
invoke Clojure's `+(require ... :reload)+` and `+(require
113113
... :reload-all)+` commands at the REPL.
114114

115-
TIP: Theses commands don't depend on `cider-nrepl`, so they are always available.
115+
TIP: These commands don't depend on `cider-nrepl`, so they are always available.
116116

117117
== Keybindings
118118

0 commit comments

Comments
 (0)