Browse Source

Fix typo (#36)

pull/2606/head
rprx 4 years ago committed by GitHub
parent
commit
1432278c2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      proxy/vmess/account.go

2
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

Loading…
Cancel
Save