fix example
Closes PR 12723
This commit is contained in:
parent
0c95475f4f
commit
b5ce4f281d
|
@ -487,7 +487,7 @@ Among the real numbers within @racket[(abs tolerance)] of @racket[x],
|
|||
the arguments in the given order are strictly decreasing,
|
||||
@racket[#f] otherwise.
|
||||
|
||||
@mz-examples[(> 1 1) (> 3 2 1) (> +inf.0 1) (< +nan.0 1)]}
|
||||
@mz-examples[(> 1 1) (> 3 2 1) (> +inf.0 1) (> +nan.0 1)]}
|
||||
|
||||
|
||||
@defproc[(>= [x real?] [y real?] ...+) boolean?]{ Returns @racket[#t]
|
||||
|
|
Loading…
Reference in New Issue
Block a user