1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-01-06 09:15:37 -05:00

fix typo, first sound of user is not a vowel, but the consonant /j/

This commit is contained in:
wuxiangzhou2010
2018-04-02 15:17:36 +08:00
parent 4de3f1adc1
commit a58063e7ac
4 changed files with 6 additions and 6 deletions

2
proxy/proxy.go Normal file → Executable file
View File

@@ -41,7 +41,7 @@ type UserManager interface {
// AddUser adds a new user.
AddUser(context.Context, *protocol.User) error
// RemoveUser removes an user by email.
// RemoveUser removes a user by email.
RemoveUser(context.Context, string) error
}