Skip to content

[spec] Fix typo causing bad rendering of instruction in a note#2139

Merged
rossberg merged 1 commit intoWebAssembly:mainfrom
alessiofaieta:fix-typo
Apr 9, 2026
Merged

[spec] Fix typo causing bad rendering of instruction in a note#2139
rossberg merged 1 commit intoWebAssembly:mainfrom
alessiofaieta:fix-typo

Conversation

@alessiofaieta
Copy link
Copy Markdown
Contributor

The instruction was rendered as const i32 2 instead of i32.const 2 because instr was missing.

The instruction was rendered as `const i32 2` instead of `i32.const 2`
because `instr` was missing.
Copy link
Copy Markdown
Member

@rossberg rossberg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@rossberg rossberg merged commit 91f9d08 into WebAssembly:main Apr 9, 2026
10 checks passed
@alessiofaieta alessiofaieta deleted the fix-typo branch April 9, 2026 16:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants