ui: update doc comment

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2019-06-08 10:56:50 +02:00
parent 820d26007a
commit 52cea80bd4
+1 -1
View File
@@ -131,7 +131,7 @@ func (o *Ops) End() OpBlock {
return OpBlock{ops: &o.ops, pc: start, version: o.ops.version}
}
// Reset clears the Ops.
// Reset the Ops, preparing it for re-use.
func (o *Ops) Reset() {
o.inAux = false
o.stack = o.stack[:0]