فهرست منبع

grammar fix (#745)

Co-authored-by: QxQ <[email protected]>
yuhan6665 4 سال پیش
والد
کامیت
a97d45c93a
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      main/distro/all/all.go

+ 1 - 1
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"