[Mlir-commits] [mlir] d3df2da - [mlir] Fix typo in docs/DefiningAttributesAndTypes.md
Jean-Michel Gorius
llvmlistbot at llvm.org
Mon Apr 6 10:39:02 PDT 2020
Author: Jean-Michel Gorius
Date: 2020-04-06T19:38:34+02:00
New Revision: d3df2da4a94caf070aaec69096732ce6f305f53d
URL: https://github.com/llvm/llvm-project/commit/d3df2da4a94caf070aaec69096732ce6f305f53d
DIFF: https://github.com/llvm/llvm-project/commit/d3df2da4a94caf070aaec69096732ce6f305f53d.diff
LOG: [mlir] Fix typo in docs/DefiningAttributesAndTypes.md
Added:
Modified:
mlir/docs/DefiningAttributesAndTypes.md
Removed:
################################################################################
diff --git a/mlir/docs/DefiningAttributesAndTypes.md b/mlir/docs/DefiningAttributesAndTypes.md
index dfa0357c583d..21953c050489 100644
--- a/mlir/docs/DefiningAttributesAndTypes.md
+++ b/mlir/docs/DefiningAttributesAndTypes.md
@@ -20,7 +20,7 @@ instance of an `MLIRContext`.
Types in MLIR rely on having a unique `kind` value to ensure that casting checks
remain extremely
-efficient([rationale](Rationale.md#reserving-dialect-type-kinds). For a dialect
+efficient ([rationale](Rationale.md#reserving-dialect-type-kinds)). For a dialect
author, this means that a range of type `kind` values must be explicitly, and
statically, reserved. A dialect can reserve a range of values by adding a new
entry to the
More information about the Mlir-commits
mailing list