Commit fdc182c8 authored by Ted Themistokleous's avatar Ted Themistokleous
Browse files

Fix MIGRAPHX_THROW comment grammar

parent e3f73cea
......@@ -70,7 +70,7 @@ struct parse_if : op_parser<parse_if>
auto throw_shapes = [&]() {
MIGRAPHX_THROW("PARSE_IF: " + info.name +
" then and else sub_graphs must compatible shapes ");
" then and else sub_graphs must have compatible shapes ");
};
if(then_out_shapes.size() != else_out_shapes.size())
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment