From bedc5af9ae92baeb4c39ea656e4b26bed8c45172 Mon Sep 17 00:00:00 2001 From: MLIR Team Date: Thu, 2 May 2019 06:05:01 -0700 Subject: [PATCH] Fix a typo. -- PiperOrigin-RevId: 246304098 --- mlir/g3doc/LangRef.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mlir/g3doc/LangRef.md b/mlir/g3doc/LangRef.md index 61efd11..6d29567 100644 --- a/mlir/g3doc/LangRef.md +++ b/mlir/g3doc/LangRef.md @@ -773,7 +773,7 @@ Symbol capture example: // '%o' is bound to the symbol 's0' in the affine map of the memref type. %n = ... %o = ... -%A = alloc (%n)[%o] : <16x?xf32, #imapA> +%A = alloc (%n)[%o] : <16x?xf32, #imapA> ``` ##### Index Space -- 2.7.4