diff --git a/collects/scribblings/reference/unsafe.scrbl b/collects/scribblings/reference/unsafe.scrbl index 12de2af180..29ad00ec32 100644 --- a/collects/scribblings/reference/unsafe.scrbl +++ b/collects/scribblings/reference/unsafe.scrbl @@ -114,8 +114,8 @@ For @tech{flonums}: Unchecked versions of @racket[fl+], @racket[fl-], @defproc[(unsafe-fl> [a flonum?] [b flonum?]) boolean?] @defproc[(unsafe-fl<= [a flonum?] [b flonum?]) boolean?] @defproc[(unsafe-fl>= [a flonum?] [b flonum?]) boolean?] -@defproc[(unsafe-flmin [a flonum?]) flonum?] -@defproc[(unsafe-flmax [a flonum?]) flonum?] +@defproc[(unsafe-flmin [a flonum?] [b flonum?]) flonum?] +@defproc[(unsafe-flmax [a flonum?] [b flonum?]) flonum?] )]{ For @tech{flonums}: Unchecked versions of @racket[fl=], @racket[fl<],