From c3a94a3750e473dc5a5402dfd9332d1c044d049e Mon Sep 17 00:00:00 2001 From: Aurelien DARRAGON Date: Wed, 3 Jan 2024 10:53:58 +0100 Subject: [PATCH] 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. --- doc/configuration.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/configuration.txt b/doc/configuration.txt index 406a6bb01..1e8061047 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -19328,8 +19328,8 @@ map__([,]) 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 argument is not supported when "key" output type is used.