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:
2
proxy/proxy.go
Normal file → Executable file
2
proxy/proxy.go
Normal file → Executable 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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user