Skip to content

Commit 9d0fa42

Browse files
authored
[mlir] Update Ch-2.md (#121379)
line 265 in the file llvm-project/mlir/docs/Tutorials/Toy/Ch-2.md changed mlir::OpTraits to mlir::OpTrait
1 parent bcc1e58 commit 9d0fa42

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)