diff --git a/mlir/docs/Tutorials/Toy/Ch-1.md b/mlir/docs/Tutorials/Toy/Ch-1.md --- a/mlir/docs/Tutorials/Toy/Ch-1.md +++ b/mlir/docs/Tutorials/Toy/Ch-1.md @@ -59,7 +59,7 @@ # A new call with <3, 2> (instead of <2, 3>) for both dimensions will # trigger another specialization of `multiply_transpose`. - var e = multiply_transpose(c, d); + var e = multiply_transpose(b, c); # Finally, calling into `multiply_transpose` with incompatible shape will # trigger a shape inference error.