From 55ec53b4167057b8d642123fca137d4da3882709 Mon Sep 17 00:00:00 2001 From: "Gerasimos (Makis) Maropoulos" Date: Fri, 11 Jan 2019 01:43:22 +0200 Subject: [PATCH] minor doc fix Former-commit-id: ccacb4275cbdc3285f4c8c3b0f13c8985f69a5be --- context/context.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/context/context.go b/context/context.go index fdb147b5..f437e447 100644 --- a/context/context.go +++ b/context/context.go @@ -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)