diff --git a/proxy/vmess/account.go b/proxy/vmess/account.go index 8e621f8d..0f77a51e 100644 --- a/proxy/vmess/account.go +++ b/proxy/vmess/account.go @@ -8,7 +8,7 @@ import ( "v2ray.com/core/common/uuid" ) -// MemoryAccount is an in-memory from of VMess account. +// MemoryAccount is an in-memory form of VMess account. type MemoryAccount struct { // ID is the main ID of the account. ID *protocol.ID