diff --git a/mlir/docs/Tutorials/Toy/Ch-2.md b/mlir/docs/Tutorials/Toy/Ch-2.md index b807ee3a2049..039417c9c9a1 100644 --- a/mlir/docs/Tutorials/Toy/Ch-2.md +++ b/mlir/docs/Tutorials/Toy/Ch-2.md @@ -262,7 +262,7 @@ class ConstantOp : public mlir::Op< mlir::OpTrait::OneResult, /// We also provide a utility `getType` accessor that /// returns the TensorType of the single result. - mlir::OpTraits::OneTypedResult::Impl> { + mlir::OpTrait::OneTypedResult::Impl> { public: /// Inherit the constructors from the base Op class.