summaryrefslogtreecommitdiff
path: root/numeric.c
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2020-12-10 16:09:31 -0700
committerKarl Williamson <khw@cpan.org>2020-12-10 18:47:15 -0700
commitd0f6d176ac4a00ba4b5f98ed79b4163f302a9a1e (patch)
treeebf8248f223d5aa572aea26e049a74eed5e7e8d5 /numeric.c
parent1ed58cc998a11cf41deb35675b6434ec027aa5cf (diff)
downloadperl-d0f6d176ac4a00ba4b5f98ed79b4163f302a9a1e.tar.gz
perlapi: Add markup
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 52c454711f..349048cdcb 100644
--- a/numeric.c
+++ b/numeric.c
@@ -994,7 +994,7 @@ C<valuep> is non-C<NULL>, but no actual assignment (or SEGV) will occur.
C<IS_NUMBER_NOT_INT> will be set with C<IS_NUMBER_IN_UV> if trailing decimals were
seen (in which case C<*valuep> gives the true value truncated to an integer), and
C<IS_NUMBER_NEG> if the number is negative (in which case C<*valuep> holds the
-absolute value). C<IS_NUMBER_IN_UV> is not set if e notation was used or the
+absolute value). C<IS_NUMBER_IN_UV> is not set if C<e> notation was used or the
number is larger than a UV.
C<flags> allows only C<PERL_SCAN_TRAILING>, which allows for trailing