mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-01-17 23:06:30 -05:00
fix typo
This commit is contained in:
parent
863b3e76e0
commit
10618b629b
2
v2ray.go
Normal file → Executable file
2
v2ray.go
Normal file → Executable file
@ -130,7 +130,7 @@ func (s *Instance) Start() error {
|
||||
}
|
||||
|
||||
// RegisterFeature registers the given feature into V2Ray.
|
||||
// If feature is one of the following types, the corressponding feature in this Instance
|
||||
// If feature is one of the following types, the corresponding feature in this Instance
|
||||
// will be replaced: DNSClient, PolicyManager, Router, Dispatcher, InboundHandlerManager, OutboundHandlerManager.
|
||||
func (s *Instance) RegisterFeature(feature interface{}, instance Feature) error {
|
||||
running := false
|
||||
|
Loading…
Reference in New Issue
Block a user