From a97d45c93a100bbdc9d42353791fb73b1add1780 Mon Sep 17 00:00:00 2001 From: yuhan6665 <1588741+yuhan6665@users.noreply.github.com> Date: Thu, 30 Sep 2021 08:50:46 -0400 Subject: [PATCH] grammar fix (#745) Co-authored-by: QxQ <59914293+U-v-U@users.noreply.github.com> --- main/distro/all/all.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/distro/all/all.go b/main/distro/all/all.go index 301987ce..ca45123d 100644 --- a/main/distro/all/all.go +++ b/main/distro/all/all.go @@ -3,7 +3,7 @@ package all import ( // The following are necessary as they register handlers in their init functions. - // Required features. Can't remove unless there is replacements. + // Mandatory features. Can't remove unless there are replacements. _ "github.com/xtls/xray-core/app/dispatcher" _ "github.com/xtls/xray-core/app/proxyman/inbound" _ "github.com/xtls/xray-core/app/proxyman/outbound"