rprx пре 5 година
родитељ
комит
1432278c2c
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      proxy/vmess/account.go

+ 1 - 1
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