Skip to content

Commit

Permalink
Fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
greghendershott committed Sep 20, 2024
1 parent 425870c commit 9c9c848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion racket-scribble.el
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ In some cases we resort to returning custom elements for

(defun racket--walk-dom (dom)
(pcase dom
;; Optimiziation: Early heck for simple, atomic elements.
;; Optimiziation: Early check for simple, atomic elements.
((and (pred stringp) s)
(subst-char-in-string #xA0 racket--scribble-temp-nbsp s))
((and (pred numberp) n) (string n))
Expand Down

0 comments on commit 9c9c848

Please sign in to comment.