diff --git a/numeric.c b/numeric.c index 78097f31e68e..60ee37c8ead2 100644 --- a/numeric.c +++ b/numeric.c @@ -998,8 +998,8 @@ Perl_grok_infnan(pTHX_ const char** sp, const char* send) =for apidoc grok_number =for apidoc_item grok_number_flags -Look for a number in the C bytes starting at C. If one isn't found, -return 0; otherwise return its type (and optionally its value). In +Look for a base 10 number in the C bytes starting at C. If one isn't +found, return 0; otherwise return its type (and optionally its value). In C all C bytes must be either leading C> characters or part of the number. The same is true in C unless C contains the C bit, which allows for