mirror of
https://github.com/kataras/iris.git
synced 2025-02-09 02:34:55 +01:00
minor doc fix
Former-commit-id: ccacb4275cbdc3285f4c8c3b0f13c8985f69a5be
This commit is contained in:
parent
b1f4a85bbe
commit
55ec53b416
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user