mirror of
https://github.com/kataras/iris.git
synced 2026-01-26 13:25:56 +00:00
minor doc fix
Former-commit-id: ccacb4275cbdc3285f4c8c3b0f13c8985f69a5be
This commit is contained in:
@@ -154,7 +154,7 @@ type Context interface {
|
|||||||
// HandlerIndex sets the current index of the
|
// HandlerIndex sets the current index of the
|
||||||
// current context's handlers chain.
|
// current context's handlers chain.
|
||||||
// If -1 passed then it just returns the
|
// If -1 passed then it just returns the
|
||||||
// current handler index without change the current index.rns that index, useless return value.
|
// current handler index without change the current index.
|
||||||
//
|
//
|
||||||
// Look Handlers(), Next() and StopExecution() too.
|
// Look Handlers(), Next() and StopExecution() too.
|
||||||
HandlerIndex(n int) (currentIndex int)
|
HandlerIndex(n int) (currentIndex int)
|
||||||
|
|||||||
Reference in New Issue
Block a user