ui: fix comment for TransformOp

This commit is contained in:
Elias Naur
2019-07-10 20:47:42 +02:00
parent cadfc88be2
commit f90ef91b19
+1 -1
View File
@@ -30,7 +30,7 @@ type InvalidateOp struct {
At time.Time
}
// TransformOp transforms an op.
// TransformOp applies a transform to later ops.
type TransformOp struct {
Transform Transform
}