mirror of
https://github.com/kataras/iris.git
synced 2025-02-02 15:30:36 +01:00
Fix typo of middle
Former-commit-id: e87de205b8848d5b9616c2474bcace95484b502b
This commit is contained in:
parent
6a5fe5aee8
commit
1b03d25970
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.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user