mdn / content

The content behind MDN Web Docs
https://developer.mozilla.org
Other
9.19k stars 22.47k forks source link

Error in NUMERIC, BITWISE section of docs (left vs right) #28176

Closed vorton55 closed 1 year ago

vorton55 commented 1 year ago

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
sideshowbarker commented 1 year ago

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.