Fix typo of middle

Former-commit-id: e87de205b8848d5b9616c2474bcace95484b502b
This commit is contained in:
Success Go 2020-01-12 21:43:31 +08:00
parent 6a5fe5aee8
commit 1b03d25970

View File

@ -9,7 +9,7 @@ import (
) )
type ( type (
// Context is the midle-man server's "object" for the clients. // Context is the middle-man server's "object" for the clients.
// //
// A New context is being acquired from a sync.Pool on each connection. // A New context is being acquired from a sync.Pool on each connection.
// The Context is the most important thing on the iris's http flow. // The Context is the most important thing on the iris's http flow.