From 1efe68c1540bf6b95dfdea62a00bcb2bde1a4a9c Mon Sep 17 00:00:00 2001 From: Petr Karmashev Date: Tue, 3 Aug 2021 22:37:32 +0300 Subject: [PATCH] op/paint: remove duplicate word Signed-off-by: Petr Karmashev --- op/paint/paint.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { }