WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit acb9202

Browse files
authored
[spec] Fix binary code of noexn in appendix (#2022)
1 parent 939d97e commit acb9202

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

document/core/appendix/index-types.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Category Constructor
1717
:ref:`Packed type <syntax-packtype>` |I8| :math:`\hex{78}` (-8 as |Bs7|)
1818
:ref:`Packed type <syntax-packtype>` |I16| :math:`\hex{77}` (-9 as |Bs7|)
1919
(reserved) :math:`\hex{78}` .. :math:`\hex{75}`
20-
:ref:`Heap type <syntax-heaptype>` |NOEXN| :math:`\hex{74}` (-14 as |Bs7|)
20+
:ref:`Heap type <syntax-heaptype>` |NOEXN| :math:`\hex{74}` (-12 as |Bs7|)
2121
:ref:`Heap type <syntax-heaptype>` |NOFUNC| :math:`\hex{73}` (-13 as |Bs7|)
2222
:ref:`Heap type <syntax-heaptype>` |NOEXTERN| :math:`\hex{72}` (-14 as |Bs7|)
2323
:ref:`Heap type <syntax-heaptype>` |NONE| :math:`\hex{71}` (-15 as |Bs7|)

0 commit comments

Comments
 (0)