grammar fix (#745)

Co-authored-by: QxQ <59914293+U-v-U@users.noreply.github.com>
This commit is contained in:
yuhan6665 2021-09-30 08:50:46 -04:00 committed by GitHub
parent ffa01e8dda
commit a97d45c93a
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/xtls/xray-core/app/dispatcher"
_ "github.com/xtls/xray-core/app/proxyman/inbound"
_ "github.com/xtls/xray-core/app/proxyman/outbound"