In perl.git, the branch blead has been updated <https://perl5.git.perl.org/perl.git/commitdiff/37a31bc00de5ccc6f9483ef0da322b4a5bc1cf32?hp=061637ca0171c453caf66ea67feedd3b26833499>
- Log ----------------------------------------------------------------- commit 37a31bc00de5ccc6f9483ef0da322b4a5bc1cf32 Author: Dagfinn Ilmari Mannsåker <[email protected]> Date: Wed Jul 31 16:41:10 2019 +0100 Fix typo in STORE_LC_NUMERIC_SET_TO_NEEDED_IN docs ----------------------------------------------------------------------- Summary of changes: perl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- Perl5 Master Repository
