diff options
author | Dagfinn Ilmari Mannsåker <ilmari@ilmari.org> | 2019-07-31 16:41:10 +0100 |
---|---|---|
committer | Dagfinn Ilmari Mannsåker <ilmari@ilmari.org> | 2019-07-31 16:41:10 +0100 |
commit | 37a31bc00de5ccc6f9483ef0da322b4a5bc1cf32 (patch) | |
tree | 2fd40df9ec282839dc2c4d2013ed8966a345c9e4 /perl.h | |
parent | 061637ca0171c453caf66ea67feedd3b26833499 (diff) | |
download | perl-37a31bc00de5ccc6f9483ef0da322b4a5bc1cf32.tar.gz |
Fix typo in STORE_LC_NUMERIC_SET_TO_NEEDED_IN docs
Diffstat (limited to 'perl.h')
-rw-r--r-- | perl.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |