From 2486d46ab4a13a8694ff6a455414957cf52bd052 Mon Sep 17 00:00:00 2001 From: Elias Naur Date: Mon, 2 Dec 2019 17:55:26 +0100 Subject: [PATCH] op: tighten documentation Signed-off-by: Elias Naur --- op/op.go | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/op/op.go b/op/op.go index 9cc67e39..4189140d 100644 --- a/op/op.go +++ b/op/op.go @@ -86,7 +86,7 @@ type Ops struct { macroDepth int } -// StackOp can save and restore the operation state +// StackOp saves and restores the operation state // in a stack-like manner. type StackOp struct { stackDepth int @@ -95,8 +95,7 @@ type StackOp struct { ops *Ops } -// MacroOp can record a list of operations for later -// use. +// MacroOp records a list of operations for later use. type MacroOp struct { recording bool ops *Ops