Skip to content

Commit

Permalink
Correct a docstring typo
Browse files Browse the repository at this point in the history
  • Loading branch information
andras-simonyi committed Jun 23, 2022
1 parent f7bcebf commit 65e1c52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion citeproc-rt.el
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ If optional SKIP-NOCASE is non-nil then skip spans with the
(_ (funcall fun rt))))

(defun citeproc-rt-replace-all-sim (replacements regex rts)
"Make all REPLACEMENTS sequentially in the strings of rich-texts RTS."
"Make all REPLACEMENTS simultaneously in the strings of rich-texts RTS."
(citeproc-rt-map-strings (lambda (x) (citeproc-s-replace-all-sim x regex replacements))
rts))

Expand Down

0 comments on commit 65e1c52

Please sign in to comment.