Skip to content

Commit 12e754f

Browse files
authored
[spec] Change misleading wording in note (#1855)
1 parent 1878739 commit 12e754f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

document/core/binary/modules.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -568,5 +568,5 @@ where for each :math:`t_i^\ast, e_i` in :math:`\X{code}^n`,
568568
The version of the WebAssembly binary format may increase in the future
569569
if backward-incompatible changes have to be made to the format.
570570
However, such changes are expected to occur very infrequently, if ever.
571-
The binary format is intended to be forward-compatible,
572-
such that future extensions can be made without incrementing its version.
571+
The binary format is intended to be extensible,
572+
such that future features can be added without incrementing its version.

0 commit comments

Comments
 (0)