grammar fix

This commit is contained in:
QxQ 2021-04-14 10:09:52 +08:00 committed by GitHub
parent 3cd145a6f0
commit 327cbdc5cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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"