op/paint: remove duplicate word

Signed-off-by: Petr Karmashev <smonkl@bk.ru>
This commit is contained in:
Petr Karmashev
2021-08-03 22:37:32 +03:00
committed by Elias Naur
parent 8cec7e04eb
commit 1efe68c154
+1 -1
View File
@@ -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 {
}