Skip to content

Commit 8bd39b9

Browse files
committed
Tweak a docstring
1 parent 2158a88 commit 8bd39b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cider-stacktrace.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Pick nil if you prefer the same window as *cider-error*."
7676
(defconst cider-error-buffer "*cider-error*")
7777

7878
(defcustom cider-stacktrace-suppressed-errors '()
79-
"Errors that won't make the stacktrace buffer 'pop-over' your active window.
79+
"Errors that won't make the stacktrace buffer pop over your active window.
8080
The error types are represented as strings."
8181
:type '(list string)
8282
:package-version '(cider . "0.12.0"))

0 commit comments

Comments
 (0)