This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
(perl #132777) document and add PL_curcop to the API
[perl5.git] / numeric.c
index 659b69e..f5eadc8 100644 (file)
--- a/numeric.c
+++ b/numeric.c
@@ -90,7 +90,7 @@ It properly handles the locale radix character, meaning it expects a dot except
 when called from within the scope of S<C<use locale>>, in which case the radix
 character should be that specified by the current locale.
 
-The synonym Strod() may be used instead.
+The synonym Strtod() may be used instead.
 
 =cut