[rebuttal] fix evaluator typo

This commit is contained in:
Ben Greenman 2016-05-03 01:31:57 -04:00
parent 272d1ad1ff
commit c1c0f157fe

View File

@ -100,7 +100,7 @@ So, as hinted in @Secref{sec:vector},
@racketblock[
> (vector-length #(0 1 2))
2
3
> (vector-length (vector-append #(A B)
#(C D)))
4