Skip to content

Commit 296fffd

Browse files
committed
Fix typo
1 parent c822a1b commit 296fffd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

planck-cljs/src/planck/repl.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
`(planck.repl/pst* '~e)))
4343

4444
(defmacro ^:private with-err-str
45-
"Evaluates exprs in a context in which *print-fn* is bound to .append
45+
"Evaluates exprs in a context in which *print-err-fn* is bound to .append
4646
on a fresh StringBuffer. Returns the string created by any nested
4747
printing calls."
4848
[& body]

0 commit comments

Comments
 (0)