summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorDagfinn Ilmari Mannsåker <ilmari@ilmari.org>2019-07-31 16:41:10 +0100
committerDagfinn Ilmari Mannsåker <ilmari@ilmari.org>2019-07-31 16:41:10 +0100
commit37a31bc00de5ccc6f9483ef0da322b4a5bc1cf32 (patch)
tree2fd40df9ec282839dc2c4d2013ed8966a345c9e4 /perl.h
parent061637ca0171c453caf66ea67feedd3b26833499 (diff)
downloadperl-37a31bc00de5ccc6f9483ef0da322b4a5bc1cf32.tar.gz
Fix typo in STORE_LC_NUMERIC_SET_TO_NEEDED_IN docs
Diffstat (limited to 'perl.h')
-rw-r--r--perl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl.h b/perl.h
index 1b14e9c49a..b47587cf2a 100644
--- a/perl.h
+++ b/perl.h
@@ -6416,7 +6416,7 @@ for a more contained way to ensure that.
=for apidoc Am|void|STORE_LC_NUMERIC_SET_TO_NEEDED_IN|bool in_lc_numeric
-Same as L</STORE_LC_NUMERIC_SET_TO_NEEDED_IN> with in_lc_numeric provided
+Same as L</STORE_LC_NUMERIC_SET_TO_NEEDED> with in_lc_numeric provided
as the precalculated value of C<IN_LC(LC_NUMERIC)>. It is the caller's
responsibility to ensure that the status of C<PL_compiling> and C<PL_hints>
cannot have changed since the precalculation.