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