1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2025-12-31 06:25:32 -05:00
This commit is contained in:
Jinqiu Yu
2018-03-15 10:32:10 +08:00
parent d1898b995f
commit 855925a805
8 changed files with 9 additions and 9 deletions

View File

@@ -11,7 +11,7 @@ import (
// InboundOperation is the interface for operations that applies to inbound handlers.
type InboundOperation interface {
// ApplyInbound appliess this operation to the given inbound handler.
// ApplyInbound applies this operation to the given inbound handler.
ApplyInbound(context.Context, core.InboundHandler) error
}