diff --git a/op/paint/paint.go b/op/paint/paint.go index a756f079..7eed07cb 100644 --- a/op/paint/paint.go +++ b/op/paint/paint.go @@ -43,7 +43,7 @@ type LinearGradientOp struct { Color2 color.NRGBA } -// PaintOp fills fills the current clip area with the current brush. +// PaintOp fills the current clip area with the current brush. type PaintOp struct { }