minor doc fix

Former-commit-id: ccacb4275cbdc3285f4c8c3b0f13c8985f69a5be
This commit is contained in:
Gerasimos (Makis) Maropoulos 2019-01-11 01:43:22 +02:00
parent b1f4a85bbe
commit 55ec53b416

View File

@ -154,7 +154,7 @@ type Context interface {
// HandlerIndex sets the current index of the
// current context's handlers chain.
// 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.
HandlerIndex(n int) (currentIndex int)