summaryrefslogtreecommitdiff
path: root/numeric.c
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2019-07-31 13:20:51 -0600
committerKarl Williamson <khw@cpan.org>2019-07-31 13:55:28 -0600
commite7a3fd4551b610f58191be5da1b4d5115764196a (patch)
treed0357398407abb236bc9d17e352d9e7ce9d28233 /numeric.c
parent64b17d72ab60bb973e984405dc7b8d6e4fc28f33 (diff)
downloadperl-e7a3fd4551b610f58191be5da1b4d5115764196a.tar.gz
numeric.c: Fix typo in pod
Diffstat (limited to 'numeric.c')
-rw-r--r--numeric.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/numeric.c b/numeric.c
index 659b69e70a..f5eadc8173 100644
--- 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