Fix a typo.
authorMLIR Team <no-reply@google.com>
Thu, 2 May 2019 13:05:01 +0000 (06:05 -0700)
committerMehdi Amini <joker.eph@gmail.com>
Mon, 6 May 2019 15:24:21 +0000 (08:24 -0700)
--

PiperOrigin-RevId: 246304098

mlir/g3doc/LangRef.md

index 61efd11..6d29567 100644 (file)
@@ -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 = <strong>alloc</strong> (%n)[%o] : <16x?xf32, #imapA>
+%A = alloc (%n)[%o] : <16x?xf32, #imapA>
 ```
 
 ##### Index Space