Skip to content

Commit dd9d580

Browse files
authored
Update Ch-2.md
line 265 in the file llvm-project/mlir/docs/Tutorials/Toy/Ch-2.md changed mlir::OpTraits to mlir::OpTrait
1 parent 2e3d390 commit dd9d580

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/docs/Tutorials/Toy/Ch-2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ class ConstantOp : public mlir::Op<
262262
mlir::OpTrait::OneResult,
263263
/// We also provide a utility `getType` accessor that
264264
/// returns the TensorType of the single result.
265-
mlir::OpTraits::OneTypedResult<TensorType>::Impl> {
265+
mlir::OpTrait::OneTypedResult<TensorType>::Impl> {
266266

267267
public:
268268
/// Inherit the constructors from the base Op class.

0 commit comments

Comments
 (0)