mirror of
https://github.com/v2fly/v2ray-core.git
synced 2026-04-10 07:45:54 -04:00
fix misspelling
This commit is contained in:
@@ -49,7 +49,7 @@ func (p Port) String() string {
|
||||
return serial.Uint16ToString(p.Value())
|
||||
}
|
||||
|
||||
// FromPort returns the begining port of this PortRange.
|
||||
// FromPort returns the beginning port of this PortRange.
|
||||
func (p PortRange) FromPort() Port {
|
||||
return Port(p.From)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user