DOC: config: fix typo about map_*_key converters

Fix a doc typo that was introduced with ca4758378 ("MINOR: map: add
map_*_key converters to provide the matching key").

No backport needed unless ca4758378 is.
This commit is contained in:
Aurelien DARRAGON 2024-01-03 10:53:58 +01:00
parent 1088f0b969
commit c3a94a3750

View File

@ -19328,8 +19328,8 @@ map_<match_type>_<output_type>(<map_name>[,<default_value>])
expression and modify the output replacing back reference (like "\1") by
the corresponding match text.
Output type "key" means that it its the matched entry's key (as found in the
map file)that will be returned as a string instead of the value. Note that
Output type "key" means that it is the matched entry's key (as found in the
map file) that will be returned as a string instead of the value. Note that
optional <default_value> argument is not supported when "key" output type is
used.