You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for catching this and reporting it. I’ve opened #28181 with a fix. After that fix is merged, this issue will automatically be marked as resolved, and closed.
MDN URL
https://developer.mozilla.org/en-US/docs/WebAssembly/Reference/Numeric
What specific section or headline is this issue about?
In the BITWISE section, "Right shift" incorrectly described
What information was incorrect, unhelpful, or incomplete?
Left shift
Used for performing a bitwise left-shift.
Right shift
Used for performing a bitwise left-shift. <<=== ERROR!
What did you expect to see?
I expected to see:
"Used for performing a bitwise right-shift."
Do you have any supporting links, references, or citations?
No response
Do you have anything more you want to share?
No response
MDN metadata
Page report details
en-us/webassembly/reference/numeric
The text was updated successfully, but these errors were encountered: