mirror of
https://github.com/kataras/iris.git
synced 2025-12-19 19:07:06 +00:00
Fix typo of middle
Former-commit-id: e87de205b8848d5b9616c2474bcace95484b502b
This commit is contained in:
2
go19.go
2
go19.go
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user