fix typo in comment (PR 7923!)

svn: r2834

original commit: f14ecde023e975612ff6b69a279066c11fd22889
tokens
Matthew Flatt 18 years ago
parent 5112a6a054
commit de3e4f1b67

@ -7,7 +7,7 @@
(define mapped-chars (make-known-char-range-list))
;; gat-chars-for-x : (nat -> bool) (listof (list nat nat bool)) -> (listof (cons nat nat))
;; get-chars-for-x : (nat -> bool) (listof (list nat nat bool)) -> (listof (cons nat nat))
(define (get-chars-for char-x? mapped-chars)
(cond
((null? mapped-chars) null)

Loading…
Cancel
Save