From a53250ddd72990112dd0edffa61a5382af684083 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Fri, 30 Oct 2020 16:08:42 -0600 Subject: [PATCH] doc: the relevant propert for `char-numberic?` is "Numeric_Type" R6RS seems to get ths slightly wrong, since there isn't a "Numeric" property, but a "Numeric_Type" property. Relevant to #3460 --- pkgs/racket-doc/scribblings/reference/chars.scrbl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/racket-doc/scribblings/reference/chars.scrbl b/pkgs/racket-doc/scribblings/reference/chars.scrbl index 7b645f2e66..b7403e9e20 100644 --- a/pkgs/racket-doc/scribblings/reference/chars.scrbl +++ b/pkgs/racket-doc/scribblings/reference/chars.scrbl @@ -187,8 +187,8 @@ Returns @racket[#t] if @racket[char]'s Unicode general category is @defproc[(char-numeric? [char char?]) boolean?]{ -Returns @racket[#t] if @racket[char] has the Unicode ``Numeric'' -property.} +Returns @racket[#t] if @racket[char] has a Unicode ``Numeric_Type'' +property value that is not @litchar{None}.} @defproc[(char-symbolic? [char char?]) boolean?]{