[mlir][complex][NFC] Fix typo in PowOp (#137240)
This commit is contained in:
committed by
GitHub
parent
bea3b9214e
commit
63f5c6ae0b
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user