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.
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.