fix typo
This commit is contained in:
parent
f40000c9c7
commit
798a7f2a3c
|
@ -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