1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-04-25 06:59:13 -04:00

Fix typo (#36)

This commit is contained in:
rprx
2020-06-26 21:27:23 +08:00
committed by GitHub
parent f19f95af35
commit 1432278c2c

View File

@@ -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