Closed vorton55 closed 1 year ago
https://developer.mozilla.org/en-US/docs/WebAssembly/Reference/Numeric
In the BITWISE section, "Right shift" incorrectly described
Left shift Used for performing a bitwise left-shift.
Right shift Used for performing a bitwise left-shift. <<=== ERROR!
I expected to see: "Used for performing a bitwise right-shift."
No response
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
* Folder: `en-us/webassembly/reference/numeric` * MDN URL: https://developer.mozilla.org/en-US/docs/WebAssembly/Reference/Numeric * GitHub URL: https://github.com/mdn/content/blob/main/files/en-us/webassembly/reference/numeric/index.md * Last commit: https://github.com/mdn/content/commit/fe898ddf33314ee129256c3862c5c53106eeec1f * Document last modified: 2023-02-23T10:05:41.000Z