Skip to content

Commit f501994

Browse files
committed
Fix indentation levels
1 parent bb6fc9c commit f501994

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

document/core/appendix/changes.rst

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -344,14 +344,14 @@ Added tag definitions, imports, and exports, and instructions to throw and catch
344344

345345
* New :ref:`reference type <syntax-reftype>` short-hands:
346346

347-
- |EXNREF|
348-
- |NULLEXNREF|
347+
- |EXNREF|
348+
- |NULLEXNREF|
349349

350350
* New :ref:`control instructions <syntax-instr-control>`:
351351

352-
- |THROW|
353-
- |THROWREF|
354-
- |TRYTABLE|
352+
- |THROW|
353+
- |THROWREF|
354+
- |TRYTABLE|
355355

356356
* New :ref:`tag section <binary-tagsec>` in binary format.
357357

@@ -410,9 +410,9 @@ Added more precise types for references. [#proposal-typedref]_
410410

411411
* New :ref:`reference instructions <syntax-instr-ref>`:
412412

413-
- |REFASNONNULL|
414-
- |BRONNULL|
415-
- |BRONNONNULL|
413+
- |REFASNONNULL|
414+
- |BRONNULL|
415+
- |BRONNONNULL|
416416

417417
* New :ref:`control instruction <syntax-instr-control>`:
418418

@@ -468,11 +468,11 @@ Added managed reference types. [#proposal-gc]_
468468

469469
* New generic :ref:`reference instructions <syntax-instr-ref>`:
470470

471-
- |REFEQ|
472-
- |REFTEST|
473-
- |REFCAST|
474-
- |BRONCAST|
475-
- |BRONCASTFAIL|
471+
- |REFEQ|
472+
- |REFTEST|
473+
- |REFCAST|
474+
- |BRONCAST|
475+
- |BRONCASTFAIL|
476476

477477
* New :ref:`reference instructions <syntax-instr-ref>` for :ref:`unboxed scalars <syntax-i31>`:
478478

5.13 KB
Binary file not shown.

0 commit comments

Comments
 (0)