Update context.go

This commit is contained in:
Michael Fogleman 2016-02-23 16:44:53 -05:00
parent 8a9e535a6b
commit 25b475c827

View File

@ -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