瀏覽代碼

grammar fix

QxQ 4 年之前
父節點
當前提交
327cbdc5cd
共有 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/v2fly/v2ray-core/v4/app/dispatcher"
 	_ "github.com/v2fly/v2ray-core/v4/app/proxyman/inbound"
 	_ "github.com/v2fly/v2ray-core/v4/app/proxyman/outbound"