fix typo?
This commit is contained in:
parent
f7eceb4554
commit
a81f7f289a
|
@ -58,7 +58,7 @@
|
|||
(cond
|
||||
[(null? report) highlights]
|
||||
[else (cons (highlight-entry (car report))
|
||||
(loop (cdr reports)))])))
|
||||
(loop (cdr report)))])))
|
||||
(set! highlights new-highlights))
|
||||
|
||||
(define/private (clear-highlights)
|
||||
|
|
Loading…
Reference in New Issue
Block a user