mirror of
https://github.com/kataras/iris.git
synced 2025-01-23 18:51:03 +01:00
fix another minor typo
Former-commit-id: 0961f0882e63d3d43ef8c176a873bcd4e0d155ec
This commit is contained in:
parent
e4aa414add
commit
835e2f8c08
|
@ -83,7 +83,7 @@ func (router *Router) BuildRouter(cPool *context.Pool, requestHandler RequestHan
|
|||
// be aware to change the global variables of 'ParamStart' and 'ParamWildcardStart'.
|
||||
// can be used to implement a custom proxy or
|
||||
// a custom router which should work with raw ResponseWriter, *Request
|
||||
// instead of the Context(which again, can be retrieved by the Cramework's context pool).
|
||||
// instead of the Context(which again, can be retrieved by the Framework's context pool).
|
||||
//
|
||||
// Note: Downgrade will by-pass the Wrapper, the caller is responsible for everything.
|
||||
// Downgrade is thread-safe.
|
||||
|
|
Loading…
Reference in New Issue
Block a user