fix typo?

This commit is contained in:
Matthew Flatt 2012-03-09 10:52:29 -07:00
parent f7eceb4554
commit a81f7f289a

View File

@ -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)