From 12e754f800367ba9f89e09b214f2d4ff3d14a32e Mon Sep 17 00:00:00 2001 From: Andreas Rossberg Date: Fri, 13 Dec 2024 19:06:37 +0100 Subject: [PATCH] [spec] Change misleading wording in note (#1855) --- document/core/binary/modules.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/document/core/binary/modules.rst b/document/core/binary/modules.rst index 10a3597926..a987eb17a4 100644 --- a/document/core/binary/modules.rst +++ b/document/core/binary/modules.rst @@ -568,5 +568,5 @@ where for each :math:`t_i^\ast, e_i` in :math:`\X{code}^n`, The version of the WebAssembly binary format may increase in the future if backward-incompatible changes have to be made to the format. However, such changes are expected to occur very infrequently, if ever. - The binary format is intended to be forward-compatible, - such that future extensions can be made without incrementing its version. + The binary format is intended to be extensible, + such that future features can be added without incrementing its version.