[mlir][complex][NFC] Fix typo in PowOp (#137240)

This commit is contained in:
Valentin Clement (バレンタイン クレメン)
2025-04-24 12:54:25 -07:00
committed by GitHub
parent bea3b9214e
commit 63f5c6ae0b

View File

@@ -432,7 +432,7 @@ def NotEqualOp : Complex_Op<"neq",
def PowOp : ComplexArithmeticOp<"pow"> {
let summary = "complex power function";
let description = [{
The `sqrt` operation takes a complex number raises it to the given complex
The `pow` operation takes a complex number raises it to the given complex
exponent.
Example: