Skip to content
This repository was archived by the owner on Apr 25, 2025. It is now read-only.

Commit 74e7aa6

Browse files
authored
Change tag name subsection code to 11 (#213)
Name subsectsection code 3~9 are taken by the extended name section proposal, and code 10 is taken by the GC proposal. Fixes #211.
1 parent 15dd632 commit 74e7aa6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

document/core/appendix/custom.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ Id Subsection
6060
0 :ref:`module name <binary-modulenamesec>`
6161
1 :ref:`function names <binary-funcnamesec>`
6262
2 :ref:`local names <binary-localnamesec>`
63+
11 :ref:`tag names <binary-tagnamesec>`
6364
== ===========================================
6465

6566
Each subsection may occur at most once, and in order of increasing id.

proposals/exception-handling/Exceptions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -633,7 +633,7 @@ follows:
633633
| --------- | ---- | ----------- |
634634
| [Function](#function-names) | `1` | Assigns names to functions |
635635
| [Local](#local-names) | `2` | Assigns names to locals in functions |
636-
| [Tag](#tag-names) | `3` | Assigns names to tag types |
636+
| [Tag](#tag-names) | `11` | Assigns names to tags |
637637

638638
###### Tag names
639639

0 commit comments

Comments
 (0)