Comment typo.

Pointed out by Gustavo.
This commit is contained in:
Vincent St-Amour 2016-01-02 16:05:16 -06:00
parent 707f9bffa6
commit acb7d999ba

View File

@ -125,7 +125,7 @@
"(or/c (integer-in 1 4294967087) pseudo-random-generator?)" "(or/c (integer-in 1 4294967087) pseudo-random-generator?)"
x)])] x)])]
[(x y) [(x y)
;; two args, either min and prng, or min and max ;; two args, either max and prng, or min and max
(cond [(exact-positive-integer? y) ; min and max case (cond [(exact-positive-integer? y) ; min and max case
(enforce-random-int-range x) (enforce-random-int-range x)
(enforce-random-int-range y) (enforce-random-int-range y)