From 25b475c827a9af870756f4f44c75c83fc5adcc7d Mon Sep 17 00:00:00 2001 From: Michael Fogleman Date: Tue, 23 Feb 2016 16:44:53 -0500 Subject: [PATCH] Update context.go --- context.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/context.go b/context.go index 7ddea93..b2cc402 100644 --- a/context.go +++ b/context.go @@ -584,7 +584,7 @@ func (dc *Context) Push() { dc.stack = append(dc.stack, &x) } -// Pop pops the last saved context state from the stack. +// Pop restores the last saved context state from the stack. func (dc *Context) Pop() { before := *dc s := dc.stack