fix typo in comment (PR 7923!)
svn: r2834
This commit is contained in:
parent
1072ac68aa
commit
f14ecde023
|
@ -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…
Reference in New Issue
Block a user