Browse Source

Fix typo (#36)

rprx 5 years ago
parent
commit
1432278c2c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      proxy/vmess/account.go

+ 1 - 1
proxy/vmess/account.go

@@ -8,7 +8,7 @@ import (
 	"v2ray.com/core/common/uuid"
 	"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 {
 type MemoryAccount struct {
 	// ID is the main ID of the account.
 	// ID is the main ID of the account.
 	ID *protocol.ID
 	ID *protocol.ID