Skip to content

Commit 93e28eb

Browse files
j2kunjoker-eph
andcommitted
Update mlir/docs/Tutorials/MlirOpt.md
Co-authored-by: Mehdi Amini <[email protected]>
1 parent c94e76c commit 93e28eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/docs/Tutorials/MlirOpt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ as well as emitting debug and diagnostic data.
157157

158158
Running `mlir-opt` with no flags will consume MLIR input
159159
from standard in, parse and run verifiers on it,
160-
and write the MLIR back to standard out.
160+
and write the textual format back to standard out.
161161
This is a good way to test if an input MLIR is well-formed.
162162

163163
`mlir-opt --help` shows a complete list of flags

0 commit comments

Comments
 (0)