From 3a2808cff6fd672bd9d308ff5374176715afe360 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AB=A6=E6=82=85?= Date: Thu, 16 Nov 2023 01:11:28 +0800 Subject: [PATCH] documentation: Fix typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The old meaning is wrong. Correct the meaning according to the English documentation and the actual effect of the option. Signed-off-by: 嫦悅 --- docs/configuration/route/index.zh.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/configuration/route/index.zh.md b/docs/configuration/route/index.zh.md index c05bb2e1..c3ef2e54 100644 --- a/docs/configuration/route/index.zh.md +++ b/docs/configuration/route/index.zh.md @@ -28,7 +28,7 @@ #### final -默认出站标签。如果未空,将使用第一个可用于对应协议的出站。 +默认出站标签。如果为空,将使用第一个可用于对应协议的出站。 #### auto_detect_interface @@ -66,4 +66,4 @@ 默认为出站连接设置路由标记。 -如果设置了 `outbound.routing_mark` 设置,则不生效。 \ No newline at end of file +如果设置了 `outbound.routing_mark` 设置,则不生效。