This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
=for apidoc wrong api
[perl5.git] / numeric.c
index 8de8491..e2f1007 100644 (file)
--- a/numeric.c
+++ b/numeric.c
@@ -1325,7 +1325,7 @@ Perl_my_atof2(pTHX_ const char* orig, NV* value)
 }
 
 /*
-=for apidoc grok_atou
+=for apidoc isinfnan
 
 Perl_isinfnan() is utility function that returns true if the NV
 argument is either an infinity or a NaN, false otherwise.  To test