Skip to content

Commit d21f60c

Browse files
committed
Minor documentation fix
1 parent a57ebc1 commit d21f60c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/docs/Tools/mlir-reduce.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ results and different time complexity. You can run as
3131
As mentioned, you need to provide a command to `mlir-reduce` which identifies
3232
cases you're interested in. For each intermediate output generated during
3333
reduction, `mlir-reduce` will run the command over the it, the script should
34-
returns 1 for interesting case, 0 otherwise. The sample script,
34+
returns 0 for an interesting case, 1 otherwise. The sample script,
3535

3636
```shell
3737
mlir-opt -convert-vector-to-spirv $1 | grep "failed to materialize"

0 commit comments

Comments
 (0)