Skip to content

Commit 2e6b128

Browse files
authored
[spec] Clarify binary element bitfield meaning (#1761)
1 parent 4c4ed15 commit 2e6b128

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

document/core/binary/modules.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ It decodes into a vector of :ref:`element segments <syntax-elem>` that represent
360360
361361
.. note::
362362
The initial integer can be interpreted as a bitfield.
363-
Bit 0 indicates a passive or declarative segment,
363+
Bit 0 distinguishes a passive or declarative segment from an active segment,
364364
bit 1 indicates the presence of an explicit table index for an active segment and otherwise distinguishes passive from declarative segments,
365365
bit 2 indicates the use of element type and element :ref:`expressions <binary-expr>` instead of element kind and element indices.
366366

0 commit comments

Comments
 (0)