fix typo
original commit: 798a7f2a3c2189f14cc99143143be86c4eb0b2b5
This commit is contained in:
parent
a4717c49ef
commit
597a8151b3
|
@ -443,7 +443,7 @@
|
|||
(check-below e-t -Nat)
|
||||
(if expected
|
||||
(check-below (ret (apply Un es)) expected)
|
||||
(ret (apply (Un es))))]
|
||||
(ret (apply Un es)))]
|
||||
[(and (integer? ival) (exact? ival) (<= 0 ival (sub1 (length es))))
|
||||
(if expected
|
||||
(check-below (ret (list-ref es ival)) expected)
|
||||
|
|
Loading…
Reference in New Issue
Block a user