diff --git a/mlir/include/mlir/Dialect/StandardOps/IR/Ops.td b/mlir/include/mlir/Dialect/StandardOps/IR/Ops.td --- a/mlir/include/mlir/Dialect/StandardOps/IR/Ops.td +++ b/mlir/include/mlir/Dialect/StandardOps/IR/Ops.td @@ -449,10 +449,9 @@ let summary = "Assert operation with message attribute"; let description = [{ Assert operation with single boolean operand and an error message attribute. - If the argument is `true` this operation has no effect. - Otherwise, the program execution will abort. - The provided error message may be used by a runtime to propagate the error - to the user. + If the argument is `true` this operation has no effect. Otherwise, the + program execution will abort. The provided error message may be used by a + runtime to propagate the error to the user. Example: