Skip to content

Commit 4b3386a

Browse files
authored
Fix poly.mul op summary. (#16)
1 parent 295c79e commit 4b3386a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Dialect/Poly/PolyOps.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def Poly_SubOp : Poly_BinOp<"sub"> {
2424
}
2525

2626
def Poly_MulOp : Poly_BinOp<"mul"> {
27-
let summary = "Subtraction operation between polynomials.";
27+
let summary = "Multiplication operation between polynomials.";
2828
}
2929

3030
def Poly_FromTensorOp : Op<Poly_Dialect, "from_tensor", [Pure]> {

0 commit comments

Comments
 (0)