Skip to content

Commit e57a8d2

Browse files
authored
Fix tables
1 parent dd10da9 commit e57a8d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ slot.
165165
### Intermediate format instructions
166166

167167
| Form | Type |
168-
|============================|===================|
168+
|----------------------------|-------------------|
169169
| `(lookup M N)` | `IrLookup` |
170170
| `(error msg)` | `IrError` |
171171
| `(symbol index)` | `IrSymbol` |
@@ -184,7 +184,7 @@ slot.
184184
In fact, there's an easy addition we might as well make:
185185

186186
| Form | Type |
187-
|===============================|===================|
187+
|-------------------------------|-------------------|
188188
| ... | ... |
189189
| `(call sf s1 s2 ... sN)` | `IrCall` |
190190
| `(tail-call sf s1 s2 ... sN)` | `IrTailCall` |

0 commit comments

Comments
 (0)